You've already forked uutils-args
mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
15 lines
332 B
TOML
15 lines
332 B
TOML
[package]
|
|
name = "uutils-args"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Terts Diepraam"]
|
|
license = "MIT"
|
|
|
|
homepage = "https://github.com/tertsdiepraam/uutils-args"
|
|
repository = "https://github.com/tertsdiepraam/uutils-args"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
derive = { version = "0.1.0", path = "derive" }
|
|
lexopt = "0.2.1"
|