reverie/public_autocargo/experimental/Cargo.toml
Chad Austin e62bf5a185
Some checks failed
ci / Check (push) Has been cancelled
ci / Test Suite (push) Has been cancelled
ci / Clippy (push) Has been cancelled
upgrade nix to 0.26.4
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
2024-11-21 18:20:07 -08:00

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"] }