summary refs log tree commit diff
path: root/src/libgetopts/Cargo.toml
blob: 99e3b892858884705877012ae485117c67459d1d (plain)
1
2
3
4
5
6
7
8
9
[package]
authors = ["The Rust Project Developers"]
name = "getopts"
version = "0.0.0"

[lib]
name = "getopts"
path = "lib.rs"
crate-type = ["dylib", "rlib"]