cuprate-hinto-janai/pruning/Cargo.toml
hinto-janai 8b4b403c5c
pruning: enable workspace lints (#284)
pruning: enable/fix workspace lints
2024-09-18 22:44:23 +01:00

18 lines
No EOL
306 B
TOML

[package]
name = "cuprate-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 }
[lints]
workspace = true