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"] }