aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b8dea01fb00830a0d8b5ea8e69f3fa5a1b9af475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "yaqlite"
version = "0.0.1"
edition = "2021"

[dependencies]
rusqlite = { version = "0.27.0", features = ["modern_sqlite"] }
thiserror = "1.0.30"
yaml-rust = "0.4.5"

[dependencies.clap]
version = "3.1.6"
default-features = false
features = ["std", "derive", "suggestions"]