34 lines
933 B
Plaintext
34 lines
933 B
Plaintext
|
[root]
|
||
|
name = "city-pop"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"csv 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "0.3.13"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
||
|
[[package]]
|
||
|
name = "csv"
|
||
|
version = "0.14.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
dependencies = [
|
||
|
"byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||
|
"rustc-serialize 0.3.16 (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"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-serialize"
|
||
|
version = "0.3.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|