diff --git a/rolling_average/Cargo.toml b/rolling_average/Cargo.toml index 9a3560cebd5..11f4a5dd503 100644 --- a/rolling_average/Cargo.toml +++ b/rolling_average/Cargo.toml @@ -9,13 +9,6 @@ repository = "https://github.com/hotg-ai/proc-blocks" [dependencies] hotg-rune-proc-blocks = "^0.11.0" -libm = {version = "0.2.1", default-features = false} -wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", optional = true } [lib] -crate-type = ["rlib", "cdylib"] - -[features] -default = [] -metadata = ["wit-bindgen-rust"] - +crate-type = ["rlib", "cdylib"] \ No newline at end of file