diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-10 22:55:04 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-10 22:55:04 +0100 |
commit | 552a3eb82347ee051855016f51ec452906cdc4d6 (patch) | |
tree | 18f2f1a53d7edf61a92f83d44893039009094064 /Cargo.toml | |
parent | 80e668f9cda3eb7972198dbbc65f6f72eae43c99 (diff) | |
download | jellything-552a3eb82347ee051855016f51ec452906cdc4d6.tar jellything-552a3eb82347ee051855016f51ec452906cdc4d6.tar.bz2 jellything-552a3eb82347ee051855016f51ec452906cdc4d6.tar.zst |
the rocket is launching! :rocket: :rocket:
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,8 +11,7 @@ log = "0.4.17" env_logger = "0.10.0" anyhow = "1.0.68" -actix-web = "4.2.1" -actix-web-lab = "0.18.9" +rocket = "0.5.0-rc.2" tokio = "1.24.1" markup = "0.13.1" chashmap = "2.2.2" |