summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8aea1a5f410d864b3114f61cf625cf4f94020efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "nixq"
version = "0.0.2"
edition = "2021"
authors = [ "stuebinm <stuebinm@disroot.org>" ]

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

[dependencies]
rnix = "0.11"
anyhow = "1.0"
regex = "1.6"
threadpool = "1.8"
rowan = "0.15"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
itertools = "0.12.1"
m_lexer = "0.0.4"
clap = { version = "4.5", features = [ "derive" ] }