aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: 181b7a7a7c3fc6db4e91ad633e4d6fbf45bdbbc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "makepass"
authors = ["Dennis Eriksen <d@ennis.no>"]
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"