summary refs log tree commit diff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-12-15 14:05:59 +0000
committerErik Johnston <erik@matrix.org>2022-12-15 14:05:59 +0000
commitf5817281f8bc707ed60562706091dadccf55efe5 (patch)
treea653fae7ca87a579fc261a746ba68910b52d2e9b /rust/Cargo.toml
parentFixup (diff)
downloadsynapse-github/erikj/rust_http.tar.xz
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml

index f96f8c4041..07ae0295e0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml
@@ -21,6 +21,7 @@ name = "synapse.synapse_rust" [dependencies] anyhow = "1.0.63" +env_logger = "0.10.0" futures = "0.3.25" futures-util = "0.3.25" http = "0.2.8"