mirror of
https://github.com/RGBCube/dix
synced 2025-08-01 14:17:45 +00:00
wip: compiles
This commit is contained in:
parent
fc73fa9722
commit
faa6634142
8 changed files with 389 additions and 381 deletions
32
Cargo.toml
32
Cargo.toml
|
@ -1,21 +1,23 @@
|
|||
[package]
|
||||
name = "dix"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
name = "dix"
|
||||
description = "Diff Nix"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.37", features = [ "derive" ] }
|
||||
derive_more = { version = "2.0.1", features = ["full"] }
|
||||
diff = "0.1.13"
|
||||
env_logger = "0.11.3"
|
||||
log = "0.4.20"
|
||||
ref-cast = "1.0.24"
|
||||
regex = "1.11.1"
|
||||
rusqlite = { version = "0.35.0", features = [ "bundled" ] }
|
||||
rustc-hash = "2.1.1"
|
||||
thiserror = "2.0.12"
|
||||
yansi = "1.0.1"
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.37", features = [ "derive" ] }
|
||||
clap-verbosity-flag = "3.0.2"
|
||||
derive_more = { version = "2.0.1", features = [ "full" ] }
|
||||
diff = "0.1.13"
|
||||
env_logger = "0.11.3"
|
||||
log = "0.4.20"
|
||||
ref-cast = "1.0.24"
|
||||
regex = "1.11.1"
|
||||
rusqlite = { version = "0.35.0", features = [ "bundled" ] }
|
||||
rustc-hash = "2.1.1"
|
||||
thiserror = "2.0.12"
|
||||
yansi = { version = "1.0.1", features = [ "detect-env", "detect-tty" ] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue