diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-23 16:26:07 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-23 16:26:07 +0200 |
| commit | fc7bd403bf41d724bd8dc3bf3b827c592c539171 (patch) | |
| tree | 1b816f68f1793dc8bf70e490196da6ae58d6f16a /Cargo.toml | |
| download | rgit-master.tar.gz rgit-master.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9843f6e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,33 @@ +[package] +name = "rgit" +version = "0.1.0" +authors = ["Jokler <jokler@protonmail.com>"] +edition = "2018" + +[dependencies] +actix = "0.9.0" +actix-web = "2.0.0" +actix-rt = "1.1.1" +actix-http = "1.0.1" +actix-identity = "0.2.1" +actix-form-data = "0.4.0" +actix-files = "0.2.2" +askama = "0.9.0" +r2d2 = "0.8.8" +r2d2-diesel = "1.0.0" +env_logger = "0.7.1" +log = "0.4.8" +argonautica = "0.2.0" +dotenv = "0.15.0" +derive_more = "0.99.8" +chrono = "0.4.11" +serde_urlencoded = "0.6.1" +diesel_migrations = "1.4.0" + +[dependencies.serde] +version = "1.0.114" +features = ["derive"] + +[dependencies.diesel] +version = "1.4.5" +features = ["mysql", "chrono"] |
