From 0f00400df98327dc01681567dc2313a9c6e57953 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 13 Aug 2025 19:06:31 +0200 Subject: Remove the Rust version. --- Cargo.toml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.1