aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
blob: 979bd46d157abdc6f8886d108eb1f9e4a83a1bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bin"
version = "0.1.0"
edition = "2018"

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

[dependencies]
lib = { path = "../lib" }
ariadne = "0.1.3"
anyhow = "1.0"
rnix = "0.9.0"