mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
f507b56319
Summary: See https://github.com/jasonwhite/syscalls/blob/master/CHANGELOG.md The biggest change here is that the type of syscall registers and return values was changed from `u64` to `usize` (to support 32-bit architectures). Reviewed By: zertosh Differential Revision: D36157822 fbshipit-source-id: d8776b6809dd00df93b147ee34deb37df61a2675
17 lines
365 B
TOML
17 lines
365 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.5", features = ["with-serde"] }
|