13 lines
299 B
TOML
13 lines
299 B
TOML
[package]
|
|
name = "borsch-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
blake2 = "0.10.6"
|
|
borsh = { version = "1.2.0", features = ["derive"] }
|
|
lzma-rs = "0.3.0"
|
|
xz2 = "0.1.7"
|
|
zstd = "0.13.0"
|