File size: 606 Bytes
3374e90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "bex-runtime"
version = "4.0.0"
edition = "2021"
description = "Bex WASM Plugin Engine — Pure C ABI runtime"

[lib]
crate-type = ["cdylib", "staticlib"]

[dependencies]
bex-types = { workspace = true }
bex-pkg = { workspace = true }
bex-db = { workspace = true }
bex-core = { workspace = true }
bex-wire = { path = "../bex-wire" }
anyhow = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
dashmap = "5"
parking_lot = "0.12"
tokio-util = { version = "0.7", features = ["rt"] }
thiserror = "1"