From 7db56ed3f9d1fcb8b6780b7c30ad93904625a0a3 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 17 Aug 2026 13:31:42 +0000 Subject: fundamentals are working and beautiful --- include/pkg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pkg.h') 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; -- cgit v1.2.3