add cargo deny config
This commit is contained in:
parent
9c5cd5f4da
commit
d5af19b02a
7 changed files with 285 additions and 10 deletions
|
@ -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"] }
|
Loading…
Add table
Add a link
Reference in a new issue