mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
14 lines
242 B
TOML
14 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 }
|