[package] name = "yake" version = "0.5.3" description = "Yake is a task runner based on yaml files." authors = ["Tim Eggert "] license-file = "LICENSE" homepage = "https://gitlab.com/elbartus/yake" repository = "https://gitlab.com/elbartus/yake" readme = "README.md" categories = ["command-line-utilities"] keywords = ["cli", "make", "yaml"] exclude = [ ".gitlab-ci.yml", ".gitignore", ".github", ".editorconfig", "Yakefile", "foo" ] [dependencies] serde = "1.0" serde_derive = "1.0" serde_yaml = "0.8" walkdir = "2.3" colored = "2.0" structopt = "0.3" anyhow = "1.0"