Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"