cuprate-hinto-janai/common/Cargo.toml
2024-01-21 14:46:03 +00:00

19 lines
No EOL
418 B
TOML

[package]
name = "cuprate-common"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-only"
authors = ["Boog900"]
[features]
default = []
borsh = ["dep:borsh"]
[dependencies]
chrono = { workspace = true }
thiserror = { workspace = true }
hex = { workspace = true, features = ["std"] }
futures = { workspace = true, features = ["std"] }
borsh = { workspace = true, features = ["derive", "std"], optional = true }