2025-11-04 19:25:33 +11:00
|
|
|
[workspace]
|
2025-11-07 06:41:34 +11:00
|
|
|
default-members = ["jaarg"]
|
|
|
|
|
members = ["jaarg-nostd"]
|
2025-11-04 19:25:33 +11:00
|
|
|
resolver = "3"
|
|
|
|
|
|
|
|
|
|
[workspace.package]
|
2025-11-15 19:27:26 +11:00
|
|
|
version = "0.2.0"
|
2025-11-02 19:49:15 +11:00
|
|
|
license = "MIT"
|
2025-10-28 18:19:51 +11:00
|
|
|
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-15 19:27:26 +11:00
|
|
|
authors = ["a dinosaur", "Gay Pizza Specifications"]
|
2025-11-01 01:23:52 -04:00
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
lto = "thin"
|
|
|
|
|
strip = "symbols"
|
|
|
|
|
|
|
|
|
|
[profile.release-debuginfo]
|
|
|
|
|
inherits = "release"
|
|
|
|
|
strip = "none"
|
|
|
|
|
debug = 1
|
|
|
|
|
|
|
|
|
|
[profile.dev-fast]
|
|
|
|
|
inherits = "dev"
|
|
|
|
|
strip = "debuginfo"
|
|
|
|
|
debug = 0
|