update gpt
This commit is contained in:
@ -32,6 +32,12 @@ axum = "0.7"
|
||||
tower = "0.5"
|
||||
tower-http = { version = "0.5", features = ["cors", "fs"] }
|
||||
hyper = { version = "1.0", features = ["full"] }
|
||||
# Documentation generation dependencies
|
||||
syn = { version = "2.0", features = ["full", "parsing", "visit"] }
|
||||
quote = "1.0"
|
||||
ignore = "0.4"
|
||||
git2 = "0.18"
|
||||
regex = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.14"
|
Reference in New Issue
Block a user