mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
00f0643ae1
Summary: Add bundlr-sdk to rust 3p crates. Also needed some new fixups for a couple deps, and a custom fork of bundlr to use derive_builder 0.9 which is pinned in 2 deps we use, and fixed a missing out of scope trait bug in bundlr sdk. Reviewed By: zhuomingfb0 Differential Revision: D37962056 fbshipit-source-id: 878048840d66dffcf558351614c45f9beef2f626
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.121"
|
|
nix = "0.23"
|
|
paste = "1.0"
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.5", features = ["serde"] }
|