mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-23 18:21:13 -06:00
Add coroutine support
This commit is contained in:
10
examples/coroutines/Cargo.toml
Normal file
10
examples/coroutines/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "coroutines"
|
||||
version = "0.1.0"
|
||||
authors = ["Yota Toyama <raviqqe@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
bdwgc-alloc = { path = "../.." }
|
||||
coroutine = "0.8"
|
||||
Reference in New Issue
Block a user