version bump & created release profile

This commit is contained in:
Valerie Wolfe 2023-06-19 10:43:38 -04:00
parent b257e11b02
commit 40cacce0be

View file

@ -1,6 +1,6 @@
[package]
name = "remux"
version = "0.0.4"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -11,3 +11,10 @@ ratatui = { version = "0.20.1", features = [ "termion" ] }
termion = "2.0.1"
tmux_interface = "0.2.1"
[profile.release]
opt-level = "s"
lto = true
debug = false
codegen-units = 1
panic = "abort"