imag/libimagtodo/Cargo.toml

12 lines
236 B
TOML
Raw Normal View History

[package]
name = "libimagtodo"
version = "0.1.0"
authors = ["mario <mario-krehl@gmx.de>"]
[dependencies]
2016-05-03 16:03:34 +00:00
task-hookrs = { git = "https://github.com/matthiasbeyer/task-hookrs.git" }
2016-05-04 12:37:25 +00:00
[dependencies.libimagstore]
path = "../libimagstore"