diff --git a/rustjswasm/Cargo.toml.jinja b/rustjswasm/Cargo.toml.jinja index d94623a..87d3be9 100644 --- a/rustjswasm/Cargo.toml.jinja +++ b/rustjswasm/Cargo.toml.jinja @@ -12,7 +12,6 @@ crate-type = ["cdylib"] [dependencies] {{module}} = { path = "./rust", version = "*" } pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] } -strum = "0.24.1" [profile.release] panic = 'abort'