feat(crustex): initial commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user