add cargo deny config

This commit is contained in:
Sebastian Hugentobler 2023-03-09 10:57:25 +01:00
parent 9c5cd5f4da
commit d5af19b02a
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
7 changed files with 285 additions and 10 deletions

View file

@ -2,6 +2,7 @@
name = "woweb"
version = "0.2.0"
edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
dist_text = { path = "../dist_text" }
@ -14,5 +15,4 @@ serde_json = "1.0.93"
tokio = { version = "1.25.0", features = ["full"] }
tower-http = { version = "0.3.5", features = ["trace"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
unicode-segmentation = "1.10.1"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }