Files
jaarg/Cargo.toml

28 lines
574 B
TOML
Raw Normal View History

[workspace]
2025-11-07 06:41:34 +11:00
default-members = ["jaarg"]
members = ["jaarg-nostd"]
resolver = "3"
[workspace.package]
2025-11-15 19:41:52 +11:00
version = "0.2.1"
license = "MIT OR Apache-2.0"
edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg"
2025-11-04 21:16:20 +11:00
repository = "https://github.com/gay-pizza/jaarg"
2025-11-17 21:17:32 +11:00
homepage = "https://gay.pizza/"
2025-11-15 19:27:26 +11:00
authors = ["a dinosaur", "Gay Pizza Specifications"]
[profile.release]
lto = "thin"
strip = "symbols"
[profile.release-debuginfo]
inherits = "release"
strip = "none"
debug = 1
[profile.dev-fast]
inherits = "dev"
strip = "debuginfo"
debug = 0