mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
19 lines
372 B
TOML
19 lines
372 B
TOML
[package]
|
|
name = "futures-mio"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <[email protected]>"]
|
|
|
|
[dependencies]
|
|
futures = { path = ".." }
|
|
futures-io = { path = "../futures-io" }
|
|
log = "0.3"
|
|
mio = { git = "https://github.com/alexcrichton/mio", branch = "write-then-drop" }
|
|
scoped-tls = "0.1.0"
|
|
slab = "0.2.0"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.3"
|
|
|
|
[lib]
|
|
test = false
|