# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "artloop" version = "0.0.0" authors = ["Zach Krall"] exclude = ["bin/*", "dist/*", "images/*", "package.json", "package-lock.json", "node_modules/*", "npm/*"] description = "artloop is a command-line interface that cycles through all applications within a folder on a timed interval for art installations." homepage = "https://github.com/zachkrall/artloop" documentation = "https://github.com/zachkrall/artloop" readme = "README.md" keywords = ["art", "display", "slideshow", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zachkrall/artloop" [dependencies.clap] version = "2" [dependencies.glob] version = "0.3.0" [badges.travis-ci] branch = "master" repository = "zachkrall/artloop"