summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 290d613df02eac40c4eed81a8ddcd4c217c379ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"] }
fork = "0.1.22"
nix = { version = "0.27.1", features = ["ptrace"] }