17 lines
341 B
TOML
17 lines
341 B
TOML
[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" |