mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-05 10:29:28 +00:00
f3d96ca2ce
futures to be explicit instead of Boxed
14 lines
No EOL
199 B
TOML
14 lines
No EOL
199 B
TOML
[package]
|
|
name = "cuprate-common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-only"
|
|
authors = ["Boog900"]
|
|
|
|
|
|
[dependencies]
|
|
chrono = "0.4.24"
|
|
thiserror = "1"
|
|
hex = "0.4"
|
|
|
|
futures = "0.3.29" |