diff --git a/Cargo.toml b/Cargo.toml index 691cedd..10e60af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,10 @@ pico-args = "0.5.0" termion = "2.0.1" [profile.release] -opt-level = 'z' -lto = true +opt-level = 's' codegen-units = 1 +debug = false +lto = true +panic = "abort" +strip = "debuginfo" diff --git a/README.md b/README.md new file mode 100644 index 0000000..71d154a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + +# Pride! for the terminal + +A Rust utility to display pride flags in the terminal. + +Currently supports a variety of stripe flags. + +This is a growing project and a big experiment for me! +