feat(crustex): initial commit

This commit is contained in:
2026-01-14 15:13:51 -05:00
commit 7a73fe9752
8 changed files with 1081 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "crustex"
version = "0.1.0"
edition = "2024"
publish = ["gitea"]
[dependencies]
toml = "0.9.8"
serde = { version = "1.0", features = ["derive"] }
which = "8.0.0"
clap = { version = "4.5.54", features = ["derive"] }
sha2 = "0.10.9"
hex-literal = "1.1.0"
git2 = "0.20.3"
dirs = "6.0.0"
chrono = "0.4.42"
ssh2-config = "0.6.5"