[package] name = "caesar_cipher_cli" version = "0.1.2" edition = "2021" authors = ["Anonymous "] description = "A CLI tool for encode and decode caesar cipher" readme = "README.md" keywords = ["caesar_cipher","decode", "encode","cipher"] categories = ["command-line-utilities"] license = "MIT" documentation = "https://docs.rs/caesar_cipher_cli" repository = "https://gitlab.com/andrew_ryan/caesar_cipher_cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] doe = "0.1.32"