[package] name = "ucipher" version = "0.1.0" edition = "2021" authors = ["Small San", "DefinitelyNotSmallSan@gmail.com"] repository = "https://github.com/Smallsan/ucipher" description = "uci" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "ucipher" crate-type = ["lib"] [[test]] name = "ucipher_test" path = "tests/ucipher_test.rs"