From 0ad35b9b50dfaa1083f3f5acc633ec769bc10e37 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 18 Apr 2021 16:25:48 +0400 Subject: Initial commit --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..eb082b5 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "rust-playground" +version = "0.1.0" +authors = ["Andrew Guschin "] +edition = "2018" + +[dependencies] +valico = "2" +serde_json = "1.0.64" +serde = { version = "1.0.125", features = ["derive"] } +actix-web = "3" +diesel = { version = "1.4.4", features = ["sqlite"] } +dotenv = "0.15.0" + -- cgit v1.2.3