From e58403f3b9c4c8686537c4716a6ed3f65ca48370 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 21 Feb 2021 22:03:59 -0500 Subject: init upload --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cdc7820 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "twinh" +version = "0.1.0" +authors = ["Adam T. Carpenter "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +handlebars = "3.5" +hyper = { version = "0.14", default-features = false, features = ["full"] } +mongodb = "1.2" +once_cell = "1.5" +serde = "1.0" +serde_json = "1.0" +tokio = { version = "1", default-features = false, features = ["full"] } -- cgit v1.2.3