summary refs log tree commit diff
path: root/async_core/Cargo.toml
blob: 1555bd9b41ac8d40e395404ade7106c3c067e06c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "async_core"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
libc = "*"
cros_async = { path = "../cros_async" }
sys_util = { path = "../sys_util" }
syscall_defines = { path = "../syscall_defines" }

[dependencies.futures]
version = "*"
default-features = false