mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
8b4b403c5c
pruning: enable/fix workspace lints
18 lines
No EOL
306 B
TOML
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 |