Files
jaarg/Cargo.toml

25 lines
387 B
TOML
Raw Normal View History

[package]
name = "jaarg"
2025-11-04 01:27:41 +11:00
version = "0.1.1"
2025-11-02 19:49:15 +11:00
license = "MIT"
edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg"
[features]
default = ["std"]
std = []
[profile.release]
lto = "thin"
strip = "symbols"
[profile.release-debuginfo]
inherits = "release"
strip = "none"
debug = 1
[profile.dev-fast]
inherits = "dev"
strip = "debuginfo"
debug = 0