summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-23 15:06:59 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-23 15:06:59 +0300
commit5ce4f8dc4278228405ecb99d8f868ddb315ca045 (patch)
treeea7932e395b297c2c279a414c810e50b35702c3b /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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"] }