cuprate/pruning/Cargo.toml
2024-01-22 01:56:34 +00:00

13 lines
242 B
TOML

[package]
name = "monero-pruning"
version = "0.1.0"
edition = "2021"
[features]
default = []
borsh = ["dep:borsh"]
[dependencies]
thiserror = { workspace = true }
borsh = { workspace = true, features = ["derive", "std"], optional = true }