cargo/Cargo.toml
David Davidović bb9174de62 Update dependency info
Bump to newest versions of several libraries
2014-12-24 04:53:19 +01:00

42 lines
678 B
TOML

[project]
name = "cargo"
version = "0.1.0"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
"Alex Crichton <alex@alexcrichton.com>"]
[lib]
name = "cargo"
path = "src/cargo/lib.rs"
[dependencies]
toml = "0.1.7"
semver = "0.1.6"
curl = "0.1.3"
tar = "0.1.3"
flate2 = "0.1.0"
git2 = "0.1.0"
glob = "0.1.0"
time = "0.1.0"
log = "0.1.0"
docopt = "0.6.19"
url = "0.2.7"
rustc-serialize = "0.1.1"
[dev-dependencies.hamcrest]
git = "https://github.com/carllerche/hamcrest-rust.git"
[dependencies.registry]
path = "src/registry"
[[bin]]
name = "cargo"
test = false
doc = false
[[test]]
name = "tests"
[[test]]
name = "resolve"