mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 17:51:25 +00:00
c6532de85d
Differential Revision: D41099658 fbshipit-source-id: 52b414e27abd3c0c3a6367dea225724f4220793b
24 lines
792 B
TOML
24 lines
792 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-sabre"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
array-macro = "1.0.5"
|
|
atomic = "0.5.1"
|
|
heapless = "0.7.15"
|
|
lazy_static = "1.4"
|
|
libc = "0.2.137"
|
|
mimalloc = { version = "0.1", default-features = false }
|
|
nostd-print = { version = "0.1.0", path = "../nostd-print" }
|
|
once_cell = "1.12"
|
|
parking_lot = { version = "0.11.2", features = ["send_guard"] }
|
|
reverie-rpc = { version = "0.1.0", path = "../reverie-rpc" }
|
|
reverie-sabre-macros = { version = "0.1.0", path = "../reverie-sabre-macros" }
|
|
reverie-syscalls = { version = "0.1.0", path = "../../reverie-syscalls" }
|
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|