summary refs log tree commit diff
path: root/ripple/fossil/Cargo.toml
blob: af86d4e20ef8356c894e9f02654301302b0e8498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: edef <edef@unfathomable.blue>
# SPDX-License-Identifier: OSL-3.0

[package]
name = "fossil"
version = "0.1.0"
edition = "2021"

[dependencies]
prost = "0.8.0"
bytes = "1.0.1"
blake3 = { version = "0.3.8", features = ["rayon"] }
sled = "0.34.6"
byteorder = "1.4.3"

[build-dependencies]
prost-build = "0.8.0"