mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
42214f8ec2
Summary: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html Reviewed By: diliop, dtolnay Differential Revision: D39825734 fbshipit-source-id: 4a789f2c24707fbc6a14b506448d405d5a60a53d
26 lines
627 B
TOML
26 lines
627 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-process"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
bitflags = "1.3"
|
|
colored = "1.9"
|
|
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
|
libc = "0.2.132"
|
|
nix = "0.23"
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.6", features = ["serde"] }
|
|
thiserror = "1.0.36"
|
|
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
|
|
|
[dev-dependencies]
|
|
const-cstr = "0.3.0"
|
|
num_cpus = "1.11"
|
|
raw-cpuid = "10.6.0"
|
|
tempfile = "3.3"
|