Cipher salad is intended to be a collection of various historical ciphers. It currently only contains an implementation of the Vigenère cipher.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] cipher-salad = "0.1.0"