imag/libimagstore/Cargo.toml

11 lines
168 B
TOML
Raw Normal View History

2016-01-09 22:51:31 +00:00
[package]
name = "libimagstore"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2016-01-12 17:10:16 +00:00
[dependencies]
2016-01-13 20:48:18 +00:00
fs2 = "0.2.2"
2016-01-12 17:10:16 +00:00
toml = "0.1.25"
2016-01-18 16:59:57 +00:00
tempdir = "0.3.4"