lookaround/Cargo.toml

17 lines
302 B
TOML
Raw Normal View History

[package]
name = "lookaround"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-05 03:46:56 +00:00
mac_address = "1.1.2"
thiserror = "1.0.30"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"