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/sysexits-dynamic/Cargo.toml

13 lines
234 B
TOML

[package]
name = "sysexits-dynamic"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sysexits = "0.3.4"
[lib]
crate-type = ["dylib"]