build(deps):调整功能依赖,建立单元测试文件夹。
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -1,8 +1,21 @@
|
||||
[package]
|
||||
name = "toolbox"
|
||||
name = "rs_toolbox"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["dylib", "rlib"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
aes = "0.8.3"
|
||||
base64 = "0.21.2"
|
||||
cbc = "0.1.2"
|
||||
des = "0.8.1"
|
||||
hex = "0.4.3"
|
||||
hmac-sha512 = "1.1.5"
|
||||
md-5 = "0.10.5"
|
||||
rand = "0.8.5"
|
||||
sha1 = "0.10.5"
|
||||
uuid = { version = "1.4.0", features = ["v4", "fast-rng"] }
|
||||
|
||||
Reference in New Issue
Block a user