• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "io_uring"
3version = "0.1.1"
4authors = ["The ChromiumOS Authors"]
5edition = "2021"
6
7[dependencies]
8data_model = { path = "../common/data_model" } # provided by ebuild
9libc = "0.2.93"
10remain = "0.2"
11sync = { path = "../common/sync" } # provided by ebuild
12base = { path = "../base" } # provided by ebuild
13thiserror = "1"
14
15[dev-dependencies]
16tempfile = "3"
17
18
19