From 5ce4f8dc4278228405ecb99d8f868ddb315ca045 Mon Sep 17 00:00:00 2001 From: jakka Date: Mon, 23 Jun 2025 15:06:59 +0300 Subject: Initial commit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bab9a35 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "koofr" +version = "1.1.0" +edition = "2024" + +[dependencies] +anyhow = "1.0.98" +clap = { version = "4.5.38", default-features = false, features = ["derive", "std"] } +ctrlc = "3.4.7" +reqwest = { version = "0.12.15", default-features = false, features = ["rustls-tls", "http2", "system-proxy", "charset"] } +tokio = { version = "1.45.0", default-features = false, features = ["macros", "rt-multi-thread"] } -- cgit v1.3.1