Files
loldog/Cargo.lock
2016-08-31 16:38:17 +02:00

13 lines
252 B
TOML

[root]
name = "loldog"
version = "0.1.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ansi_term"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"