quiver/Cargo.toml

18 lines
283 B
TOML
Raw Permalink Normal View History

2021-12-03 12:17:12 -06:00
[package]
name = "quiver"
version = "0.1.0"
edition = "2021"
2021-12-13 15:46:17 -06:00
[dependencies]
anyhow = "1"
2021-12-22 12:03:49 -06:00
tracing = "0.1"
tracing-subscriber = "0.3"
2021-12-03 12:17:12 -06:00
2021-12-07 12:04:50 -06:00
[dependencies.tokio]
version = "1.14.0"
2021-12-07 13:36:08 -06:00
features = ["rt", "net", "macros", "sync", "io-util"]
2021-12-07 19:34:48 -06:00
[dependencies.uuid]
version = "0.8"
features = ["v4"]