reverie/reverie-process/Cargo.toml
Jeremy Fitzhardinge f51250f09c third-party/rust: update tempfile to 3.4
Summary:
Removes need for patch.

It had already been updated to 3.4 but this just formalizes it.

Reviewed By: jasonwhite

Differential Revision: D44274378

fbshipit-source-id: d17ecbbee06c7df30f689eb859fb31fdf07d8d44
2023-03-21 15:25:59 -07:00

30 lines
667 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.139"
nix = "0.25"
serde = { version = "1.0.136", features = ["derive", "rc"] }
syscalls = { version = "0.6.7", features = ["serde"] }
thiserror = "1.0.36"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
const-cstr = "0.3.0"
num_cpus = "1.11"
raw-cpuid = "10.6.0"
tempfile = "3.4"
[features]
default = []
nightly = []