feat: added packages for pkgr and bootpkg

This commit is contained in:
Strix 2023-10-14 22:39:50 +02:00
parent 671590a2fa
commit 656d10ab8c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
3 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
dist/
**/dist/
**/target
**/Cargo.lock
*.pkg

10
bootpkg/package.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "bootpkg" #*
description = "A tool to strap pkgs" #*
version = 1
tags = []
type = "application"
arch = "x86_64"
[bin]
root = "/root"