From e1e7a94d0c781fa3c8a3c82a74c671ee1e92af92 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 19 Jan 2026 21:48:32 +0100 Subject: run: ask for alternatives as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- crates/cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/cli/Cargo.toml') 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" -- cgit v1.2.3