...@@ -35,7 +35,7 @@ version = "0.25" ...@@ -35,7 +35,7 @@ version = "0.25"
features = ["bundled", "collation", "blob"] features = ["bundled", "collation", "blob"]
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["lib", "cdylib", "staticlib"]
[features] [features]
default = [ default = [
......