16 lines
298 B
TOML
16 lines
298 B
TOML
[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"
|