Clean up dependencies

This commit is contained in:
Jeff 2024-01-30 12:29:55 -05:00
parent 4e8799e750
commit 9762112b3c

View File

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