13 lines
250 B
TOML
13 lines
250 B
TOML
[root]
|
|
name = "picomp"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getopts"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|