yac
/
coreutils
Archived
2
0
Fork 0
This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
coreutils/arg/Cargo.toml

11 lines
118 B
TOML

[package]
name = "arg"
version = "0.1.0"
edition = "2021"
[dependencies]
arg = "0.4.1"
[lib]
crate-type = ["dylib"]