init: initial commit of packager
This commit is contained in:
commit
7964bb84fd
25 changed files with 478 additions and 0 deletions
9
pkgr/Cargo.toml
Normal file
9
pkgr/Cargo.toml
Normal 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
2
pkgr/src/main.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
fn main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue