mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-18 23:10:17 +00:00
10 lines
179 B
TOML
10 lines
179 B
TOML
[package]
|
|
name = "jaarg"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "It can parse your arguments you should use it it's called jaarg"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|