mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* Cleanup how we check for last git commit to avoid an insecure dep * Resolve unmaintained or old deps * Fix ci
20 lines
579 B
TOML
20 lines
579 B
TOML
[package]
|
|
name = "sketching"
|
|
# We do not have tests in this pkg
|
|
autotests = false
|
|
|
|
version = { workspace = true }
|
|
authors = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
|
|
[dependencies]
|
|
num_enum = { workspace = true }
|
|
tracing = { workspace = true, features = ["attributes"] }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
tracing-forest = { workspace = true, features = ["uuid", "smallvec", "tokio", "env-filter"] }
|
|
|