``` unknown import: `__wbindgen_placeholder__::__wbindgen_describe` has not been defined ``` It appears chrono might be adding wasmbindgen by default as a feature: https://github.com/dylibso/xtp-rust-bindgen/blob/main/template/Cargo.toml.ejs#L12 I think we want to turn off default features on chrono.
It appears chrono might be adding wasmbindgen by default as a feature: https://github.com/dylibso/xtp-rust-bindgen/blob/main/template/Cargo.toml.ejs#L12
I think we want to turn off default features on chrono.