mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
18 lines
366 B
TOML
18 lines
366 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.98"
|
||
|
nix = "0.22"
|
||
|
paste = "1.0"
|
||
|
serde = { version = "1.0.126", features = ["derive", "rc"] }
|
||
|
syscalls = { version = "0.4.2", features = ["with-serde"] }
|