Feature added - MPSC channel
Build Library / Build Library (push) Successful in 5m44s

closes #38
This commit is contained in:
brotoskyj
2025-12-03 17:54:57 -05:00
parent 6ab9de413f
commit 76bd3a6087
9 changed files with 115 additions and 88 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "airlock_libs"
version = "5.0.1"
version = "5.1.0"
edition = "2024"
[lib]
@@ -25,6 +25,7 @@ tracing = "0.1.41"
tracing-subscriber = "0.3.20"
tracing-opentelemetry = "0.32.0"
pyo3-async-runtimes = { version = "0.27.0", features = ["async-std", "tokio"] }
crossbeam = "0.8.4"
[package.metadata.maturin]
generate-abi-stubs = true