Skip to content

Commit 0355170

Browse files
new pattern for ffi
1 parent 63b7155 commit 0355170

File tree

13 files changed

+1186
-5
lines changed

13 files changed

+1186
-5
lines changed

core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ doctest = false
2121

2222
[dependencies]
2323
anyhow = "1.0"
24+
async-channel = "1.6"
25+
async-executor = "1.4"
2426
capsule-ffi = { version = "0.1.5", path = "../ffi" }
2527
capsule-macros = { version = "0.1.5", path = "../macros" }
2628
clap = "2.33"
2729
criterion = { version = "0.3", optional = true }
30+
futures-lite = "1.11"
2831
futures-preview = "=0.3.0-alpha.19"
2932
libc = "0.2"
3033
metrics-core = { version = "0.5", optional = true }

core/core

Whitespace-only changes.

0 commit comments

Comments
 (0)