cuprate-hinto-janai/pruning/Cargo.toml
hinto.janai 93ddbd6c5c
Some checks are pending
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
CRYPTONOTE_MAX_BLOCK_HEIGHT
2024-09-19 21:03:39 -04:00

20 lines
No EOL
353 B
TOML

[package]
name = "cuprate-pruning"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Boog900"]
[features]
default = []
borsh = ["dep:borsh"]
[dependencies]
cuprate-constants = { path = "../constants" }
thiserror = { workspace = true }
borsh = { workspace = true, features = ["derive", "std"], optional = true }
[lints]
workspace = true