mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
1a1bfa4c40
Summary: Enable more features that are disabled by default and update call sites. Reviewed By: opsound, jasonwhite Differential Revision: D66275420 fbshipit-source-id: 4969045de7751c7d16b6ed5c7411f04077eb0ddc
21 lines
752 B
TOML
21 lines
752 B
TOML
# @generated by autocargo from //hermetic_infra/reverie/experimental:scrape-syscalls
|
|
|
|
[package]
|
|
name = "scrape-syscalls"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
|
license = "BSD-2-Clause"
|
|
|
|
[[bin]]
|
|
name = "scrape_syscalls"
|
|
path = "scrape-syscalls/main.rs"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
|
goblin = "0.5.2"
|
|
libc = "0.2.139"
|
|
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "term", "time", "user", "zerocopy"] }
|
|
scroll = { version = "0.10", features = ["derive"] }
|