18 lines
298 B
TOML
18 lines
298 B
TOML
[package]
|
|
name = "hmon"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
argh = "0.1.13"
|
|
json = "0.12.4"
|
|
|
|
[profile.release]
|
|
opt-level = 's'
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
strip = true
|