[package] name = "sbxor" version = "0.1.2" authors = ["n0_3nnui"] description = "Given a string, xor all 256 possible u8. Can determine English" license = "MIT" [dependencies] hex = "0.3.2" words = "0.1.2" [lib] name = "sbxor" path = "src/sbxor.rs"