[package] name = "jerome" version = "0.1.0" edition = "2021" authors = ["Jon Anderson "] license = "MIT" description = "Does ROT13 decoding/encoding" repository = "https://github.com/tedious-tools/jerome" keywords = ["cli", "asdf"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cli-clipboard = "0.4.0" anyhow = "1.0"