summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 19:06:31 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 19:06:31 +0200
commit0f00400df98327dc01681567dc2313a9c6e57953 (patch)
treece4a6af92cc6026b16a95945eb05f394933ec2aa /Cargo.toml
parentab36c1b5178ee0e7934b1c5cdcf2ccfccc3514bb (diff)
Remove the Rust version.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 4ba529e..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[package]
-name = "dosage"
-version = "0.1.0"
-edition = "2024"
-
-[profile.release]
-lto = true
-opt-level = "z"
-strip = true
-codegen-units = 1
-#panic = "abort"
-
-[dependencies]
-color-eyre = "0.6"
-eyre = "0.6"
-thiserror = "2"
-crossterm = "0.29.0"
-prettytable-rs = "0.10.0"
-rustyline = "16"
-regex = "1.11.1"
-#crossbeam = "0.8.4"
-#termwiz = "0.23"