reverie/reverie-syscalls/Cargo.toml
Sargun Dhillon fa682caf9b Update Rust libc crate to 0.2.135
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
2022-10-13 18:51:18 -07:00

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