summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml33
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"]