mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 08:18:04 +00:00
2c4cc1fb93
Also changes the address book to use the network zone trait
19 lines
No EOL
342 B
TOML
19 lines
No EOL
342 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 = "0.4.24"
|
|
thiserror = "1"
|
|
hex = "0.4"
|
|
|
|
futures = "0.3.29"
|
|
|
|
borsh = {version = "1.2.1", default-features = false, features = ["derive",], optional = true } |