mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
f38f5c1cbc
Summary: Needed to import [cloud-hypervisor](https://github.com/cloud-hypervisor/cloud-hypervisor). (Note: this ignores all push blocking failures!) Reviewed By: dtolnay Differential Revision: D34433589 fbshipit-source-id: f92ea3ba640d19f170513b558f3d5208790bab67
17 lines
367 B
TOML
17 lines
367 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-syscalls"
|
|
version = "0.1.0"
|
|
authors = ["Facebook"]
|
|
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.4.2", features = ["with-serde"] }
|