mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
374247cc0a
Summary: Followed the wiki page here: https://www.internalfb.com/intern/wiki/Rust/Third_Party_Libraries/Adding_or_Updating_Libraries/ Reviewed By: capickett Differential Revision: D56484070 fbshipit-source-id: e1ed52d58f7db8ad32ce67b67df2e83a567db123
18 lines
601 B
TOML
18 lines
601 B
TOML
# @generated by autocargo from //hermetic_infra/reverie/experimental:reverie-host
|
|
|
|
[package]
|
|
name = "reverie-host"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
dirs = "2.0"
|
|
reverie-process = { version = "0.1.0", path = "../../reverie-process" }
|
|
reverie-rpc = { version = "0.1.0", path = "../reverie-rpc" }
|
|
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
|
tempfile = "3.8"
|
|
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
|