RustCSharpInterop/Cargo.toml

16 lines
298 B
TOML
Raw Permalink Normal View History

2023-10-17 17:00:03 +00:00
[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"