[package] name = "stint" version = "0.0.0" edition = "2018" description = "Manages ad hoc tasks in a directory." homepage = "https://github.com/kherge/rs.stint" repository = "https://github.com/kherge/rs.stint.git" license = "ISC" keywords = ["task", "manager"] categories = ["command-line-utilities", "filesystem"] include = [ "src/**/*.rs", "LICENSE" ] [dependencies] anyhow = "1.0"