You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [package]
- name = "imageproc"
- version = "0.1.0"
- authors = ["Vojtěch Král <vojtech@kral.hk>"]
-
- [dependencies]
- lazy_static = "1"
- regex = "1.0"
- tera = "0.11"
- image = "0.20"
- rayon = "1"
-
- errors = { path = "../errors" }
- utils = { path = "../utils" }
|