diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 22 |
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" |