RustPass/Cargo.toml

9 lines
192 B
TOML
Raw Permalink Normal View History

2023-01-10 16:37:01 +00:00
[package]
2023-01-10 17:09:06 +00:00
name = "rust_pass"
version = "1.0.1"
2023-01-10 16:37:01 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-10 17:09:06 +00:00
rand = "0.8.5"