From 67e5016829787c2398dcb1ceea6b6dca192ac27c Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 16 Nov 2020 19:45:42 +0530 Subject: add product table --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" pretty_env_logger = "0.4" actix-identity = "0.3.1" actix-cors = "0.4.0" +bigdecimal = "0.0.14" rand = "0.7" [dependencies.diesel] -version = "1.4" -features = ["mysql", "r2d2"] +version = "1.4.2" +features = ["mysql", "r2d2", "numeric"] default-features = false -- cgit v1.2.3