aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: bd9d94f0649c02363c03e7021dcbb05649193835 (plain)
1
2
3
4
5
6
7
8
[package]
name = "yaqlite"
version = "0.0.1"
edition = "2021"

[dependencies]
rusqlite = "0.27.0"
yaml-rust = "0.4.5"