mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
9ce4ac6e2b
Summary: Adds basic info that every crate should have. Reviewed By: dtolnay Differential Revision: D52051107 fbshipit-source-id: 828ac6a752dbb4b419577fca08815014c8b96c42
21 lines
566 B
TOML
21 lines
566 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 = "0.25"
|
|
scroll = { version = "0.10", features = ["derive"] }
|