We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022bfa6 commit 164dd8bCopy full SHA for 164dd8b
src/rust/Cargo.toml
@@ -4,9 +4,9 @@ members = ["cli", "fcb_core", "fcb_cpp", "wasm", "fcb_api", "fcb_py"]
4
resolver = "2"
5
6
[workspace.dependencies]
7
+fcb_core = { version = "0.7.2", path = "fcb_core" }
8
bytemuck = "1.15.0"
9
async-trait = { version = "0.1.85", default-features = true }
-fcb_core = { path = "fcb_core" }
10
flatbuffers = "24.3.25"
11
byteorder = "1.5.0"
12
cjseq = { package = "cjseq2", version = "0.1.0" }
0 commit comments