aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMroik <mroik@delayed.space>2025-06-24 05:51:35 +0200
committerMroik <mroik@delayed.space>2025-06-24 05:51:35 +0200
commit33faec5efb6a1ce649f594352421bac0d23a2f22 (patch)
tree6c3fafd8f6c2648489f69a4a9706799820b9cafa /Cargo.toml
First 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..8f4631b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "orange-whale"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+anyhow = "1.0.98"
+rpgpie = "0.6.2"
+tar = "0.4.44"
+teloxide = "0.16.0"
+tokio = { version = "1.45.1", features = ["macros"] }