[package] name = "caesarlib" version = "0.2.0" authors = ["caesarlib org "] description = "A Caesar-Cipher library for Rust." license = "MIT" repository = "https://github.com/caesarlib/caesarlib.rs" readme = "README.md" [dependencies] rand = "0.3.15" clap = "2"