From 3f3eb4c91885cd5378ff5a3969959345f5a2182f Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2025 22:32:13 +0200 Subject: Change into REPL example, add Command type. --- Cargo.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5380e84..d46c2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,18 @@ name = "dosage" version = "0.1.0" edition = "2024" +[profile.release] +lto = true +opt-level = "z" +strip = true +codegen-units = 1 +#panic = "abort" + [dependencies] -eframe = "0.32" +color-eyre = "0.6" +eyre = "0.6" +thiserror = "2" +crossterm = "0.29.0" +prettytable-rs = "0.10.0" +rustyline = "16" +#termwiz = "0.23" -- cgit v1.2.1