2026-04-10 10:03:25 +02:00
|
|
|
[package]
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
2026-04-12 10:55:19 +02:00
|
|
|
name = "openraft-kv-runtime-ext"
|
2026-04-10 10:03:25 +02:00
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-12 11:40:35 +02:00
|
|
|
async-trait = { workspace = true }
|
2026-04-12 10:55:19 +02:00
|
|
|
openraft-kv-node = { path = "../../openraft-kv-node" }
|
|
|
|
|
reqwest = { workspace = true }
|
2026-04-10 10:03:25 +02:00
|
|
|
testing-framework-core = { workspace = true }
|
|
|
|
|
testing-framework-runner-compose = { workspace = true }
|
2026-04-12 10:55:19 +02:00
|
|
|
testing-framework-runner-k8s = { workspace = true }
|
2026-04-10 10:03:25 +02:00
|
|
|
testing-framework-runner-local = { workspace = true }
|