aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7f1012..81cb4de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,9 +16,10 @@ log = "0.4"
16pretty_env_logger = "0.4" 16pretty_env_logger = "0.4"
17actix-identity = "0.3.1" 17actix-identity = "0.3.1"
18actix-cors = "0.4.0" 18actix-cors = "0.4.0"
19bigdecimal = "0.0.14"
19rand = "0.7" 20rand = "0.7"
20 21
21[dependencies.diesel] 22[dependencies.diesel]
22version = "1.4" 23version = "1.4.2"
23features = ["mysql", "r2d2"] 24features = ["mysql", "r2d2", "numeric"]
24default-features = false 25default-features = false