diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-07 00:53:08 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-07 00:53:08 +0200 |
| commit | bc42d900d956f11307d14136f8e24d7cd793b012 (patch) | |
| tree | b7e1e29f2972f26a5a5397083541312ca98a6c1f /Cargo.toml | |
| download | shorest-bc42d900d956f11307d14136f8e24d7cd793b012.tar.zst shorest-bc42d900d956f11307d14136f8e24d7cd793b012.zip | |
initial structure
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c345892 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "actix-web-server" +version = "0.1.0" +authors = ["Melonai <einebeere@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +actix-web = "2.0" +actix-rt = "1.0" +listenfd = "0.3" +serde = "1.0.106" +serde_json = "1.0.51" +serde_derive = "1.0.106" +json = "0.12.4" +env_logger = "0.7.1" +aes = "0.3.2" |
