created release profile and added a basic README
This commit is contained in:
parent
5e56206086
commit
46791dcc51
2 changed files with 14 additions and 2 deletions
|
@ -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
9
README.md
Normal 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!
|
||||
|
Loading…
Reference in a new issue