1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2026-01-19 11:41:05 +00:00
dix/Cargo.toml
Dragyx eee8c920a7 remove bloated dependency sqlx, switch to libsqlite3-sys
sqlx is way to large for this utility and also async,
which we currently do not use
2025-05-06 01:15:58 +02:00

13 lines
281 B
TOML

[package]
name = "nix-diff"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
regex = "1.11.1"
yansi = "1.0.1"
thiserror = "2.0.12"
log = "0.4.20"
env_logger = "0.11.3"
rusqlite = { version = "0.35.0", features = ["bundled"] }