summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2a7d8328742f558a6f5f36e1d3b1824ed845498d (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "envdir-helper"
version = "0.2.0"
authors = ["Owen Jacobson <owen@grimoire.ca>"]
edition = "2018"

[dependencies]
clap = { version = "3.2.6", features = ["derive"] }
libc = "0.2.126"
shlex = "1.1.0"
thiserror = "1.0.31"