mirror of
https://github.com/NotAShelf/microfetch.git
synced 2024-11-01 14:51:14 +00:00
19 lines
280 B
TOML
19 lines
280 B
TOML
[package]
|
|
name = "microfetch"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nix = {version = "0.29", features = ["fs"]}
|
|
color-eyre = { version = "0.6", default-features = false }
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
|
|
|
|
|