From f206de5d49eda1900552a4b19f01c8c6985b7903 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 28 Apr 2021 19:58:27 -0400 Subject: finally committed to structopt arg parsing --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 13b4535..b625320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,17 +2,19 @@ name = "twinh" version = "0.1.0" authors = ["Adam T. Carpenter "] +description = "Twin H-Power: A classic car parts catalog and cross-reference tool" edition = "2018" [dependencies] bincode = "1" env_logger = "0.8" handlebars = "3" -hyper = { version = "0.14", default-features = false, features = ["full"] } +hyper = { version = "0.14", default-features = false, features = ["server", "client", "http1", "http2"] } hyper-rustls = "0.22" log = "0.4" -once_cell = "1" +lazy_static = "1.4" serde = { version = "1", features = ["derive"]} serde_urlencoded = "0.7" sled = "0.34" -tokio = { version = "1", default-features = false, features = ["full"] } +structopt = { version = "0.3", default-features = false } +tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros", "signal"] } -- cgit v1.2.3