11 lines
186 B
TOML
11 lines
186 B
TOML
[package]
|
|
name = "libimagutil"
|
|
version = "0.1.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
lazy_static = "0.1.15"
|
|
log = "0.3"
|
|
regex = "0.1"
|
|
ansi_term = "0.7"
|
|
|