mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 21:34:23 +01:00
19 lines
362 B
TOML
19 lines
362 B
TOML
[package]
|
|
name = "mvcc-c"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|
|
doc = false
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.24.0"
|
|
|
|
[dependencies]
|
|
base64 = "0.21.0"
|
|
mvcc-rs = { path = "../../mvcc-rs", features = ["tokio"] }
|
|
tokio = { version = "1.27.0", features = ["full"] }
|
|
tracing = "0.1.37"
|
|
tracing-subscriber = { version = "0" }
|