partial code reorganization ; http_fe progress
This commit is contained in:
@@ -17,5 +17,6 @@ serde = { version = "1.0.219", default-features = false, features = ["derive"] }
|
||||
#markdown = "1.0.0"
|
||||
tera = { version = "1.20.0", default-features = false, features = ["builtins"] }
|
||||
httparse = "1.10.1"
|
||||
futures = { version = "0.3.31", default-features = false, features = ["std", "thread-pool", "executor"] }
|
||||
tower-service = "0.3.3"
|
||||
futures = { version = "0.3.32", default-features = false, features = ["std", "thread-pool", "executor"] }
|
||||
typed-path = "=0.12.3" # pinned to avoid slop
|
||||
itertools = "0.14.0"
|
||||
|
||||
Reference in New Issue
Block a user