reverie/safeptrace/Cargo.toml
Andres Suarez 0f60462d16 Update libc-0.2.125 to libc-0.2.132
Reviewed By: dtolnay

Differential Revision: D39578353

fbshipit-source-id: 800721931e82485678e8ecf997afcc6711f6d4cf
2022-09-16 20:06:28 -07:00

25 lines
720 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.132"
nix = "0.23"
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.6", features = ["serde"] }
thiserror = "=1.0.30"
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }