updated Cargo.toml

This commit is contained in:
2024-05-22 22:35:59 +02:00
parent eb6903e8a3
commit a119162d28

View File

@@ -4,6 +4,10 @@ description = "A practical application runner"
version = "0.1.0" version = "0.1.0"
authors = ["409"] authors = ["409"]
edition = "2021" edition = "2021"
license = "MIT"
homepage = "https://github.com/4-0-9/practical-runner"
repository = "https://github.com/4-0-9/practical-runner"
readme = "README.md"
[profile.release] [profile.release]
opt-level = "z" opt-level = "z"