mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-10 14:14:01 +00:00
Summary: Needed by cloud-hypervisor https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/Cargo.toml#L19. (Note: this ignores all push blocking failures!) Reviewed By: jsgf Differential Revision: D34432496 fbshipit-source-id: deaa320c74a22e325a116bcc0d5b0120c4f3744b
61 lines
1.1 KiB
TOML
61 lines
1.1 KiB
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-examples"
|
|
version = "0.1.0"
|
|
authors = ["Facebook"]
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "chaos"
|
|
path = "chaos.rs"
|
|
|
|
[[bin]]
|
|
name = "chrome_trace"
|
|
path = "chrome-trace/main.rs"
|
|
|
|
[[bin]]
|
|
name = "chunky_print"
|
|
path = "chunky_print.rs"
|
|
|
|
[[bin]]
|
|
name = "counter1"
|
|
path = "counter1.rs"
|
|
|
|
[[bin]]
|
|
name = "counter2"
|
|
path = "counter2.rs"
|
|
|
|
[[bin]]
|
|
name = "debug"
|
|
path = "debug.rs"
|
|
|
|
[[bin]]
|
|
name = "noop"
|
|
path = "noop.rs"
|
|
|
|
[[bin]]
|
|
name = "pedigree"
|
|
path = "pedigree.rs"
|
|
|
|
[[bin]]
|
|
name = "strace"
|
|
path = "strace/main.rs"
|
|
|
|
[[bin]]
|
|
name = "strace_minimal"
|
|
path = "strace_minimal.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.56"
|
|
nix = "0.23"
|
|
reverie = { version = "0.1.0", path = "../reverie" }
|
|
reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
|
|
reverie-util = { version = "0.1.0", path = "../reverie-util" }
|
|
serde = { version = "1.0.126", features = ["derive", "rc"] }
|
|
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
|
|
structopt = "0.3.23"
|
|
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
|
tracing = "0.1.32"
|