2016-01-09 22:50:26 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagutil"
|
2016-07-12 09:51:20 +00:00
|
|
|
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-02-20 20:10:22 +00:00
|
|
|
lazy_static = "0.1.15"
|
2016-05-10 15:54:47 +00:00
|
|
|
log = "0.3"
|
2016-04-17 19:00:31 +00:00
|
|
|
regex = "0.1"
|
2016-09-08 15:44:21 +00:00
|
|
|
tempfile = "2.1.1"
|
2016-01-20 08:42:17 +00:00
|
|
|
|