mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-25 04:33:29 +00:00
15d2f61411
fbshipit-source-id: c440d991296c92bdc5e109a11d269049e8840e94
26 lines
622 B
TOML
26 lines
622 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-process"
|
|
version = "0.1.0"
|
|
authors = ["Facebook"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
bitflags = "1.3"
|
|
colored = "1.9"
|
|
futures = { version = "0.3.13", features = ["async-await", "compat"] }
|
|
libc = "0.2.98"
|
|
nix = "0.22"
|
|
serde = { version = "1.0.126", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.4.2", features = ["with-serde"] }
|
|
thiserror = "1.0.29"
|
|
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
|
|
|
|
[dev-dependencies]
|
|
const-cstr = "0.3.0"
|
|
num_cpus = "1.11"
|
|
raw-cpuid = "9.0"
|
|
tempfile = "3.2"
|