aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 16:35:41 +0000
committerFuwn <[email protected]>2021-05-02 16:35:41 +0000
commite70e58db5e434e40025ff737bc21a5062ef9b975 (patch)
treec7c69b448bf26a8cb86c78c29dda7ffe38de9056 /Cargo.toml
parentrefactor(todo): update todo style (diff)
downloadwhirl-e70e58db5e434e40025ff737bc21a5062ef9b975.tar.xz
whirl-e70e58db5e434e40025ff737bc21a5062ef9b975.zip
feat(global): begin implementing api
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11799c8..a34167f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,4 +48,5 @@ tokio-stream = "0.1.5"
sqlx = { version = "0.5.2", features = ["runtime-async-std-rustls", "sqlite", "macros", "migrate", "chrono", "time", "tls"] }
# Web-server
-#actix-web = "3"
+rocket = "0.4.7"
+rocket_contrib = "0.4.7"