diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-30 23:41:47 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-30 23:41:47 +0100 |
commit | 0f27ca80fbdb3366e047def628123d3cc8ca051c (patch) | |
tree | 8363206692757f92e4ce3be766da55be807e0831 /planetwars-server/Cargo.toml | |
parent | f5e8b4093a1527967423a3af70f2b95d4b05008f (diff) | |
download | planetwars.dev-0f27ca80fbdb3366e047def628123d3cc8ca051c.tar.xz planetwars.dev-0f27ca80fbdb3366e047def628123d3cc8ca051c.zip |
prototype code upload
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r-- | planetwars-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml index 8fb7693..3a28d5d 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tokio = { version = "1.15", features = ["full"] } hyper = "0.14" -axum = { version = "0.4", features = ["json", "headers"] } +axum = { version = "0.4", features = ["json", "headers", "multipart"] } diesel = { version = "1.4.4", features = ["postgres", "chrono"] } bb8 = "0.7" bb8-diesel = "0.2" |