lookaround/Cargo.toml

16 lines
219 B
TOML
Raw Normal View History

[package]
name = "lookaround"
version = "0.1.0"
edition = "2021"
[dependencies]
2021-12-05 03:46:56 +00:00
mac_address = "1.1.2"
rand = "0.8.4"
thiserror = "1.0.30"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"