imag/libimagutil/Cargo.toml

14 lines
220 B
TOML
Raw Normal View History

2016-01-09 22:50:26 +00:00
[package]
name = "libimagutil"
version = "0.2.0"
2016-01-09 22:50:26 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2016-01-20 08:42:17 +00:00
[dependencies]
2016-09-27 18:12:18 +00:00
url = "1.1"
2016-09-27 18:13:51 +00:00
boolinator = "2.4.0"
lazy_static = "0.1.15"
2016-05-10 15:54:47 +00:00
log = "0.3"
regex = "0.1"
tempfile = "2.1.1"
2016-01-20 08:42:17 +00:00