aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
blob: 9452c2bf18fd2d66823b89c61a399ffdb6b73e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "statix"
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"