mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 12:17:50 +00:00
a3ed18f93a
Summary: Update from 0.2.135 to 0.2.137, the latest version on crates.io, in preparation for backporting a PR in the diff after this one. Reviewed By: zertosh Differential Revision: D40874274 fbshipit-source-id: debf9dae82ecc20201470e634f10904a2b308e51
25 lines
721 B
TOML
25 lines
721 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "safeptrace"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bitflags = "1.3"
|
|
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
|
lazy_static = "1.4"
|
|
libc = "0.2.137"
|
|
nix = "0.25"
|
|
parking_lot = { version = "0.11.2", features = ["send_guard"] }
|
|
reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
|
reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
|
thiserror = "1.0.36"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "1.0"
|
|
quickcheck_macros = "1.0"
|
|
tokio = { version = "1.21.2", features = ["full", "test-util", "tracing"] }
|