init: initial commit of packager

This commit is contained in:
Strix 2023-10-14 22:39:39 +02:00
commit 36c782a564
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
25 changed files with 478 additions and 0 deletions

9
pkgr/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "pkgr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
manifest = { path = "../manifest" }

2
pkgr/src/main.rs Normal file
View file

@ -0,0 +1,2 @@
fn main() {
}