nurl/Cargo.toml
2022-12-29 13:02:55 -05:00

20 lines
369 B
TOML

[package]
name = "nurl"
version = "0.1.0"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2021"
description = ""
readme = "README.md"
homepage = "https://github.com/nix-community/nurl"
repository = "https://github.com/nix-community/nurl"
license = "MPL-2.0"
keywords = []
categories = []
[dependencies]
[profile.release]
lto = true
panic = "abort"
codegen-units = 1