Remove randomly generated example, run clippy. Fixes #6

This commit is contained in:
2024-07-12 21:59:44 +02:00
parent 1a5dc96f0d
commit 4a94265eae
4 changed files with 26 additions and 24 deletions

View File

@@ -13,7 +13,6 @@ itertools = "0.12.1"
log = "0.4.21"
nix = { version = "0.28.0", features = ["user"] }
prettytable = "0.10.0"
rand = "0.8.5"
ratatui = { version = "0.26.2", optional = true }
rpassword = "7.3.1"
serde = "1.0.198"
@@ -33,4 +32,4 @@ path = "src/main.rs"
[profile.release]
strip = true
lto = true
codegen-units = 1
codegen-units = 1