diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-01 20:32:35 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-01 20:32:35 +0200 |
commit | ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b (patch) | |
tree | fc8c7ad11ca2dfc7ebccb65ea9ea3c27827405dd /server/Cargo.toml | |
parent | f7992589cf45c699599a7ee5fc4634c9db16ff87 (diff) | |
download | jellything-ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b.tar jellything-ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b.tar.bz2 jellything-ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b.tar.zst |
federation possible but inconvinient
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 13b7aef..4617a18 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -24,10 +24,12 @@ argon2 = "0.5.0" aes-gcm-siv = "0.11.1" async-std = "1.12.0" -rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] } tokio = { version = "1.28.2", features = ["io-util"] } tokio-util = { version = "0.7.8", features = ["io", "io-util"] } + markup = "0.13.1" +rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] } +reqwest = "0.11.18" sled = "0.34.7" typed-sled = "0.2.3" |