Init
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user