From 9310bf5d60810c1f911a41cccfeef3c8563211ef Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 25 Jul 2025 15:57:35 +0200 Subject: Implement creation of words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/cli/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index b35c369..ab5a406 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -10,4 +10,6 @@ path = "src/main.rs" [dependencies] mihi.workspace = true -inquire = "0.7.5" +inquire = { version = "0.7.5", features = ["editor"] } +serde = { version = "1", features = ["derive"] } +serde_json = "1" -- cgit v1.2.3