feat: added packages for pkgr and bootpkg

This commit is contained in:
Didier Slof 2023-08-08 02:06:52 +02:00
parent 323496f576
commit 21ef3f7ef6
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
dist/ **/dist/
**/target **/target
**/Cargo.lock **/Cargo.lock
*.pkg *.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"