mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
fa682caf9b
Summary: This updates the libc crate to 0.2.135, which includes the FICLONE constant needed to the given ioctl. Reviewed By: justintrudell Differential Revision: D40286796 fbshipit-source-id: acfa115479cd289f478d8d73937be34ced5c4bbb
17 lines
369 B
TOML
17 lines
369 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-syscalls"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bitflags = "1.3"
|
|
derive_more = "0.99.17"
|
|
libc = "0.2.135"
|
|
nix = "0.25"
|
|
paste = "1.0"
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|