[package] name = "slowcat" version = "1.0.0" edition = "2021" description = "Prints the contents of files with a specified delay between each line." homepage = "https://github.com/lquenti/slowcat" repository = "https://github.com/lquenti/slowcat" license = "MIT" authors = ["Lars Quentin "] readme = "./README.md" [dependencies] clap = { version = "4.4.11", features = ["derive"] } thiserror = "1" [dev-dependencies] assert_cmd = "2.0" tempfile = "3.8"