diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-06-05 21:22:38 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-06-05 21:22:38 +0200 |
commit | 90ecb13a1772dfdab20a006b421102c0aa584f60 (patch) | |
tree | bfcbec37f204e58a0abcfa210945d54ed60d9dd1 /planetwars-server/Cargo.toml | |
parent | c3d32e051cfeb1deffffbdfe533d17736f72aeda (diff) | |
download | planetwars.dev-90ecb13a1772dfdab20a006b421102c0aa584f60.tar.xz planetwars.dev-90ecb13a1772dfdab20a006b421102c0aa584f60.zip |
baby steps towards a working bot api
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r-- | planetwars-server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml index 6b96b04..0ceabbc 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] tokio = { version = "1.15", features = ["full"] } +tokio-stream = "0.1.9" hyper = "0.14" axum = { version = "0.4", features = ["json", "headers", "multipart"] } diesel = { version = "1.4.4", features = ["postgres", "chrono"] } |