created release profile and added a basic README

This commit is contained in:
Valerie Wolfe 2023-06-19 17:24:57 -04:00
parent 5e56206086
commit 46791dcc51
2 changed files with 14 additions and 2 deletions

View file

@ -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"

9
README.md Normal file
View file

@ -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!