[lib]
crate-type = ["lib"]
name = "ucipher"
[package]
authors = ["Small San", "DefinitelyNotSmallSan@gmail.com"]
description = "uci"
edition = "2021"
license = "MIT"
name = "ucipher"
readme = "README.md"
repository = "https://github.com/Smallsan/ucipher"
version = "0.1.0"
[[test]]
name = "ucipher_test"
path = "tests/ucipher_test.rs"