cuprate-hinto-janai/pruning/Cargo.toml
2024-02-29 20:29:11 +00:00

15 lines
280 B
TOML

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