update
This commit is contained in:
@ -23,6 +23,15 @@ colored = "2.1"
|
||||
serde_yaml = "0.9"
|
||||
syntect = "5.2"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rand = "0.8"
|
||||
sha2 = "0.10"
|
||||
base64 = "0.22"
|
||||
uuid = { version = "1.11", features = ["v4"] }
|
||||
urlencoding = "2.1"
|
||||
axum = "0.7"
|
||||
tower = "0.5"
|
||||
tower-http = { version = "0.5", features = ["cors", "fs"] }
|
||||
hyper = { version = "1.0", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.14"
|
Reference in New Issue
Block a user