aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-10 13:12:46 +0000
committerFuwn <[email protected]>2026-02-10 13:12:46 +0000
commit1cb2515da857374b695dc82138f271d287ad2e15 (patch)
tree629f0a2bdb7ed92ced8fd976e4653f717ee59f45 /Cargo.toml
parentchore: Bump version patch to v0.3.2 (diff)
downloadseptember-1cb2515da857374b695dc82138f271d287ad2e15.tar.xz
september-1cb2515da857374b695dc82138f271d287ad2e15.zip
feat: Support HTTP/0.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b376fbe..c6500f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,9 @@ germ = { version = "0.4.7", features = ["ast", "meta"] }
# HTTP
actix-web = "4.11.0"
+# Async Runtime
+tokio = { version = "1", features = ["net", "io-util"] }
+
# Logging
pretty_env_logger = "0.5.0"
log = "0.4.27"