[package] name = "cipher_blend" version = "0.1.1" edition = "2021" authors = ["Antonio Souza "] description = "A simple cipher blend" license = "MIT" repository = "https://github.com/arferreira/cipher_blend" [lib] name = "cipher_blend" path = "src/lib.rs" [dependencies]