cuprate-hinto-janai/pruning/Cargo.toml

14 lines
242 B
TOML
Raw Normal View History

2024-01-22 01:56:34 +00:00
[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 }