2016-01-09 22:51:31 +00:00
|
|
|
[root]
|
|
|
|
name = "libimagstore"
|
|
|
|
version = "0.1.0"
|
2016-01-12 17:10:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"toml 0.1.25 (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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.1.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-01-09 22:51:31 +00:00
|
|
|
|