mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 13:10:04 +00:00
a24e92eea4
Reviewed By: zertosh Differential Revision: D40199323 fbshipit-source-id: 32355e73ea669a180ac759ddb02760db10c8b02b
61 lines
1.2 KiB
TOML
61 lines
1.2 KiB
TOML
# @generated by autocargo
|
|
|
|
[package]
|
|
name = "reverie-examples"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
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.65"
|
|
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
|
nix = "0.25"
|
|
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.136", features = ["derive", "rc"] }
|
|
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
|
|
tokio = { version = "1.21.2", features = ["full", "test-util", "tracing"] }
|
|
tracing = "0.1.35"
|