diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-07 01:46:27 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-07 01:46:27 +0200 |
| commit | 385fcdd46b536d28094a96f3f6be0e87496277a1 (patch) | |
| tree | 837aa829979269df430a7bc651cdd4964800e4b3 /Cargo.toml | |
| parent | bc42d900d956f11307d14136f8e24d7cd793b012 (diff) | |
| download | shorest-385fcdd46b536d28094a96f3f6be0e87496277a1.tar.zst shorest-385fcdd46b536d28094a96f3f6be0e87496277a1.zip | |
shortening functionality
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index c345892..c717f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "actix-web-server" +name = "shorest" version = "0.1.0" authors = ["Melonai <einebeere@gmail.com>"] edition = "2018" @@ -9,10 +9,13 @@ edition = "2018" [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" +dotenv = "0.15.0" +crc32fast = "1.2.0" +base64 = "0.12.0" +url = "2.1.1" +diesel = { version = "1.4.4", features = ["postgres", "r2d2"] } + + |
