reverie/reverie-syscalls/Cargo.toml
Jason White 674fbb2af5 third-party/rust: Update syscalls 0.6.0 -> 0.6.1
Reviewed By: johnhurt

Differential Revision: D37051530

fbshipit-source-id: e21fc86f98c5f55817ba6f412d7271b3da63d7bb
2022-06-09 18:12:21 -07:00

17 lines
373 B
TOML

# @generated by autocargo
[package]
name = "reverie-syscalls"
version = "0.1.0"
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
bitflags = "1.3"
derive_more = "0.99.3"
libc = "0.2.121"
nix = "0.23"
paste = "1.0"
serde = { version = "1.0.136", features = ["derive", "rc"] }
syscalls = { version = "0.6.1", features = ["with-serde"] }