reverie/reverie-syscalls/Cargo.toml
Jason White f507b56319 third-party/rust: Update syscalls crate to v0.5.0
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
2022-05-05 13:15:19 -07:00

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"] }