mvcc: build static library for C bindings

That's how it's currently consumed by libSQL.
This commit is contained in:
Piotr Sarna
2023-05-09 10:28:26 +02:00
parent f47eea1a72
commit d4da54b10b
2 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "staticlib"]
doc = false
[build-dependencies]

View File

@@ -26,9 +26,6 @@ tracing-subscriber = "0"
tracing-test = "0"
mvcc-rs = { path = ".", features = ["tokio"] }
[lib]
crate-type = ["rlib", "cdylib", "staticlib"]
[[bench]]
name = "my_benchmark"
harness = false