m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 01:23:39 -05:00

Nearly complete versioning support. Fixed old bugs where not all tags were fetched.

This commit is contained in:
Sergio
2024-11-15 13:21:30 +02:00
parent c11b5e6432
commit d94abecf35
30 changed files with 1288 additions and 962 deletions

4
src/structs/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod image;
pub mod inspectdata;
pub mod status;
pub mod version;