mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
011e521c08
Summary: Changelog: * Removed `build.rs` and switched to Rust's inline assembly syntax. This should enable better codegen, including the ability to have syscalls get inlined. * **Breaking**: Architectures besides `arm`, `x86`, and `x86-64` now require nightly. * **Breaking**: Removed top-level `SYS_` constants. Just use the `Sysno` enum instead. Reviewed By: johnhurt Differential Revision: D36606892 fbshipit-source-id: 9d20addfec65fa712b25d9449ec6e414187565ca
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.6", features = ["with-serde"] }
|