blob: 99ede9dd5b9a546e804e0f1b1acf3053503a1415 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "makepass"
version = "0.1.0"
edition = "2021"
rust-version = "1.68"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.4"
clap = { version = "4.3.24", features = ["cargo"] }
terminal_size = "0.2.6"
|