feat: added packages for pkgr and bootpkg
This commit is contained in:
parent
671590a2fa
commit
656d10ab8c
3 changed files with 11 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
dist/
|
||||
**/dist/
|
||||
**/target
|
||||
**/Cargo.lock
|
||||
*.pkg
|
10
bootpkg/package.toml
Normal file
10
bootpkg/package.toml
Normal 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"
|
Loading…
Reference in a new issue