cuprate-hinto-janai/pruning/Cargo.toml

18 lines
306 B
TOML
Raw Permalink Normal View History

2024-01-22 01:56:34 +00:00
[package]
name = "cuprate-pruning"
2024-01-22 01:56:34 +00:00
version = "0.1.0"
edition = "2021"
2024-02-29 20:29:11 +00:00
license = "MIT"
authors = ["Boog900"]
2024-01-22 01:56:34 +00:00
[features]
default = []
borsh = ["dep:borsh"]
[dependencies]
thiserror = { workspace = true }
borsh = { workspace = true, features = ["derive", "std"], optional = true }
[lints]
workspace = true