mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
ab908fd184
Summary: Updating raw-cpuid to get this fix: https://github.com/gz/rust-cpuid/issues/45 Reviewed By: dtolnay Differential Revision: D35856229 fbshipit-source-id: 74e173e4db6d3e4270ce0993a5491adb2b776a1f
26 lines
624 B
TOML
26 lines
624 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.121"
|
|
nix = "0.23"
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.4.2", features = ["with-serde"] }
|
|
thiserror = "1.0.30"
|
|
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
|
|
|
[dev-dependencies]
|
|
const-cstr = "0.3.0"
|
|
num_cpus = "1.11"
|
|
raw-cpuid = "10.0"
|
|
tempfile = "3.3"
|