13 lines
188 B
INI
13 lines
188 B
INI
|
[package]
|
||
|
name = "city-pop"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Tim Warren <twarren@nexient.com>"]
|
||
|
|
||
|
[[bin]]
|
||
|
name = "city-pop"
|
||
|
|
||
|
[dependencies]
|
||
|
csv = "0.*"
|
||
|
rustc-serialize = "0.*"
|
||
|
getopts = "0.*"
|