reverie/reverie-process/Cargo.toml
Huapeng Zhou 7213f65761 rust: update libc from 0.2.117 to 0.2.121
Summary: Needed to import cloud-hypervisor https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/Cargo.toml#L25.

Reviewed By: dtolnay

Differential Revision: D35052728

fbshipit-source-id: bdd60925501c446ee6d429fad6e95d6593ff2544
2022-03-23 10:00:47 -07:00

27 lines
623 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.126", features = ["derive", "rc"] }
syscalls = { version = "0.4.2", features = ["with-serde"] }
thiserror = "1.0.29"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
const-cstr = "0.3.0"
num_cpus = "1.11"
raw-cpuid = "9.0"
tempfile = "3.2"