diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 568f2f11..1f7aa6f5 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -14,5 +14,5 @@ Backend code generation of the wasm-bindgen tool quote = '0.5' proc-macro2 = { version = "0.3", features = ["nightly"] } wasm-bindgen-shared = { path = "../shared", version = "=0.2.3" } -syn = { version = '0.13', features = ['full'] } +syn = { version = '0.13', features = ['full', 'visit'] } serde_json = "1.0"