mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
c6532de85d
Differential Revision: D41099658 fbshipit-source-id: 52b414e27abd3c0c3a6367dea225724f4220793b
20 lines
805 B
TOML
20 lines
805 B
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "main"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.65"
|
|
async-trait = "0.1.58"
|
|
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
|
fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
|
|
reverie-host = { version = "0.1.0", path = "../reverie-host" }
|
|
reverie-process = { version = "0.1.0", path = "../../reverie-process" }
|
|
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
|
tokio = { version = "1.21.2", features = ["full", "test-util", "tracing"] }
|
|
traceviz-rpc = { version = "0.1.0", path = "rpc" }
|