14 lines
281 B
TOML
14 lines
281 B
TOML
|
[package]
|
||
|
name = "cl"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
serde = {version="1.0", features = ["derive"]}
|
||
|
rand = "0.8.5"
|
||
|
rand_core = "0.6.0"
|
||
|
hex = "0.4.3"
|
||
|
sha2 = "0.10"
|