aboutsummaryrefslogtreecommitdiff
path: root/include/pkg.h
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-08-17 13:31:42 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-08-17 13:31:42 +0000
commit7db56ed3f9d1fcb8b6780b7c30ad93904625a0a3 (patch)
tree91c6e60d239c89ce29ea23b1dd9b8fcf66ce16d7 /include/pkg.h
parent536b651f4086fe01d0bd1f743f54ef650524b122 (diff)
fundamentals are working and beautiful
Diffstat (limited to 'include/pkg.h')
-rw-r--r--include/pkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pkg.h b/include/pkg.h
index af720d5..d6e6cf0 100644
--- a/include/pkg.h
+++ b/include/pkg.h
@@ -4,7 +4,7 @@
#include "str.h"
typedef struct package_t {
- str name, version, url, src;
+ str name, version, url, src, root;
unsigned int dep_count;
bool is_local;
} package_t;