mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
I've moved to workspaces+ added homepage & authors
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -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
12
jaarg/Cargo.toml
Normal 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 = []
|
||||||
Reference in New Issue
Block a user