From 9762112b3c456838231b75cb930d83c36fb30e09 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 30 Jan 2024 12:29:55 -0500 Subject: [PATCH] Clean up dependencies --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22d256b..295ce07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,6 @@ stanza = "0.5.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "0.10" -rustyline = { version = "12.0.0", features = ["derive", "with-file-history"] } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2", features = ["js"] }