nurl/Cargo.toml

20 lines
369 B
TOML
Raw Normal View History

2022-12-29 21:01:00 +03:00
[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