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]
|
||||
name = "jaarg"
|
||||
[workspace]
|
||||
members = ["jaarg"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.1"
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
description = "It can parse your arguments you should use it it's called jaarg"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = []
|
||||
homepage = "https://github.com/gay-pizza/jaarg"
|
||||
authors = ["Gay Pizza Specifications"]
|
||||
|
||||
[profile.release]
|
||||
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