-
- Downloads
Create Package API (absent from crate gitlab)
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/api.rs 1 addition, 0 deletionssrc/api.rs
- src/api/packages.rs 183 additions, 0 deletionssrc/api/packages.rs
- src/diagnosis.rs 1 addition, 0 deletionssrc/diagnosis.rs
- src/main.rs 10 additions, 0 deletionssrc/main.rs
... | @@ -8,6 +8,7 @@ edition = "2021" | ... | @@ -8,6 +8,7 @@ edition = "2021" |
[dependencies] | [dependencies] | ||
chrono = "0.4.20" | chrono = "0.4.20" | ||
console = "0.15.1" | console = "0.15.1" | ||
derive_builder = "0.11.2" | |||
dialoguer = "0.10.2" | dialoguer = "0.10.2" | ||
git2 = "0.15.0" | git2 = "0.15.0" | ||
gitlab = "0.1502.0" | gitlab = "0.1502.0" | ||
... | ... |
src/api.rs
0 → 100644
src/api/packages.rs
0 → 100644
Please register or sign in to comment