summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 095aa18b76ccd639f29f272f3cdf97a299992a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sigma"
version = "0.0.1"
edition = "2021"
authors = ["Santo Cariotti <santo@dcariotti.me>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive"] }
nix = { version = "0.27.1", features = ["ptrace"] }