kanidm/sketching/Cargo.toml

22 lines
582 B
TOML
Raw Permalink Normal View History

2022-08-09 05:07:06 +02:00
[package]
name = "sketching"
2022-10-24 01:50:31 +02:00
# We do not have tests in this pkg
autotests = false
2022-08-09 05:07:06 +02:00
2022-10-01 08:08:51 +02:00
version.workspace = true
authors.workspace = true
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
2022-08-09 05:07:06 +02:00
[dependencies]
2022-10-01 08:08:51 +02:00
async-trait.workspace = true
num_enum.workspace = true
tide.workspace = true
tracing = { workspace = true, features = ["attributes"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
tracing-forest = { workspace = true, features = ["uuid", "smallvec", "tokio", "env-filter"] }
2022-08-09 05:07:06 +02:00