diff options
| author | Fuwn <[email protected]> | 2021-05-02 16:35:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-02 16:35:41 +0000 |
| commit | e70e58db5e434e40025ff737bc21a5062ef9b975 (patch) | |
| tree | c7c69b448bf26a8cb86c78c29dda7ffe38de9056 /Cargo.toml | |
| parent | refactor(todo): update todo style (diff) | |
| download | whirl-e70e58db5e434e40025ff737bc21a5062ef9b975.tar.xz whirl-e70e58db5e434e40025ff737bc21a5062ef9b975.zip | |
feat(global): begin implementing api
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |