mirror of
https://github.com/mii443/encrypt.git
synced 2025-08-22 15:05:33 +00:00
19 lines
481 B
TOML
19 lines
481 B
TOML
[package]
|
|
name = "encrypt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bigdecimal = "0.3.0"
|
|
primitive-types = "0.11.1"
|
|
rand = {version = "0.7.3"}
|
|
rand_chacha = "*"
|
|
clap = { version = "3.2.8", features = ["derive"] }
|
|
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
|
log = "0.4.0"
|
|
env_logger = "0.8.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "*"
|