update Cargo.toml

This commit is contained in:
mario 2016-05-10 16:43:59 +02:00
parent b9d6d83bb7
commit a79907920f

View file

@ -1,6 +1,22 @@
[package] [package]
authors = ["mario <mario-krehl@gmx.de>"]
name = "imag-todo" name = "imag-todo"
version = "0.1.0" version = "0.1.0"
authors = ["mario <mario-krehl@gmx.de>"]
[dependencies] [dependencies]
clap = "2.4.3"
glob = "0.2.11"
log = "0.3.6"
semver = "0.2.3"
toml = "0.1.28"
version = "2.0.1"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagutil]
path = "../libimagutil"