mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
3deaf0e0c0
Summary: D39418421 (8fef664fab
) prematurely upgraded `thiserror`. Various projects in fbcode use nightly features including std::backtrace but the current fbcode Rust toolchain is 1.63.0, in which the backtrace API is different from the API of the latest nightlies.
Reviewed By: quark-zju
Differential Revision: D39562441
fbshipit-source-id: d1f8a993ec776cf82b1736b242bd4466def21230
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.125"
|
|
nix = "0.23"
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.6", features = ["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"
|