diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 4ef11a76..1d78d09f 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -12,7 +12,7 @@ lto = true [dependencies] wasm-bindgen = "0.2.78" -nomic = { path = "..", default-features = false, features = ["feat-ibc", "csv", "rand", "clap", "testnet"] } +nomic = { path = "..", default-features = false, features = ["feat-ibc", "csv", "rand", "clap", "testnet", "csv"] } async-trait = "0.1.52" wasm-bindgen-futures = "0.4.28" console_error_panic_hook = "0.1.7"