mirror of
https://github.com/NotAShelf/microfetch.git
synced 2024-11-01 14:51:14 +00:00
25 lines
429 B
TOML
25 lines
429 B
TOML
[package]
|
|
name = "microfetch"
|
|
version = "0.3.4"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
|
|
color-eyre = { version = "0.6", default-features = false }
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
|
|
[profile.profiler]
|
|
inherits = "release"
|
|
debug = true
|
|
split-debuginfo = "unpacked"
|
|
strip = "none"
|