I've moved to workspaces+ added homepage & authors

This commit is contained in:
2025-11-04 19:25:33 +11:00
parent a013e86067
commit 3953ac06c8
13 changed files with 19 additions and 6 deletions

View File

@@ -1,13 +1,14 @@
[package] [workspace]
name = "jaarg" members = ["jaarg"]
resolver = "3"
[workspace.package]
version = "0.1.1" version = "0.1.1"
license = "MIT" license = "MIT"
edition = "2021" edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg" description = "It can parse your arguments you should use it it's called jaarg"
homepage = "https://github.com/gay-pizza/jaarg"
[features] authors = ["Gay Pizza Specifications"]
default = ["std"]
std = []
[profile.release] [profile.release]
lto = "thin" lto = "thin"

12
jaarg/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "jaarg"
version.workspace = true
license.workspace = true
edition.workspace = true
description.workspace = true
homepage.workspace = true
authors.workspace = true
[features]
default = ["std"]
std = []