This commit is contained in:
Maurice
2023-10-17 19:00:03 +02:00
commit 828e08c6ce
8 changed files with 564 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "ffichannels"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "ffi_channels"
crate-type = ["cdylib"]
[dependencies]
async-channel = "1.9.0"
async-io = "1.13.0"
async-lock = "2.8.0"