mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-05 18:39:41 +00:00
19 lines
No EOL
418 B
TOML
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 } |