# Clique WASM Types Add this dependency to your `Cargo.toml`: ```toml clique-wasm-types = { version = "0.1", features = ["std"] } # or use no std version clique-wasm-types = { version = "0.1", features = ["alloc"] } ```