aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-16 14:15:42 +0000
committerAkshay <[email protected]>2020-11-16 14:15:42 +0000
commit67e5016829787c2398dcb1ceea6b6dca192ac27c (patch)
tree3bf82a2002c22e66439fda23bd66844d0a953571 /Cargo.toml
parent4589d5a278c8d1c51e4a465c04945f8a84b6e131 (diff)
add product table
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