aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-01-19 21:48:32 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-01-19 22:01:36 +0100
commite1e7a94d0c781fa3c8a3c82a74c671ee1e92af92 (patch)
tree656137442ca8a1b6d1daf3c11296fd403779c088 /crates/cli/Cargo.toml
parent19d7c1eab58d9f02e41f831eda121ef587487858 (diff)
downloadmihi-e1e7a94d0c781fa3c8a3c82a74c671ee1e92af92.tar.gz
mihi-e1e7a94d0c781fa3c8a3c82a74c671ee1e92af92.zip
run: ask for alternatives as well
This commit also fixes the need to ask for a random gender when asking for adjectives. This is somewhat unrelated to the main subject, but untying this now was a bit too much of a hassle. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index cd2a8c9..5cfe588 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -14,3 +14,4 @@ inquire = { version = "0.7.5", features = ["editor"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tempfile = "3.20"
+rand = "0.9"