mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 12:17:50 +00:00
e62bf5a185
Summary: I am upgrading nix to 0.29.0. To ensure each step produces clean CI and is bisectable if something goes wrong, start by going from 0.25 to 0.26.4. Reviewed By: zertosh Differential Revision: D66275116 fbshipit-source-id: 63c87ff4f4c631061e5a1c721f52563dc90b7e2b
21 lines
568 B
TOML
21 lines
568 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.26.4"
|
|
scroll = { version = "0.10", features = ["derive"] }
|