diff options
Diffstat (limited to 'ripple/fossil/Cargo.toml')
-rw-r--r-- | ripple/fossil/Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml new file mode 100644 index 0000000..a88a5f8 --- /dev/null +++ b/ripple/fossil/Cargo.toml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: edef <edef@unfathomable.blue> +# SPDX-License-Identifier: OSL-3.0 + +[package] +name = "fossil" +version = "0.1.0" +edition = "2018" + +[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" |