mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
674fbb2af5
Reviewed By: johnhurt Differential Revision: D37051530 fbshipit-source-id: e21fc86f98c5f55817ba6f412d7271b3da63d7bb
17 lines
373 B
TOML
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"] }
|