summary refs log tree commit diff
path: root/ripple/fossil/Cargo.toml
blob: 04d082424ee3af3ebd020ab296a1d4418b29d99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 = "1.3.1", features = ["rayon"] }
sled = "0.34.6"
byteorder = "1.4.3"
fuser = "0.11.0"
log = "0.4.14"
libc = "0.2.112"
env_logger = "0.9.0"
lazy_static = "1.4.0"
bao = "0.12.0"
anyhow = "1.0.53"

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