paket 0.1.0

A User Space Package Manager
Documentation
[package]
name = "paket"
version = "0.1.0"
authors = ["Jayesh Badwaik (FZ Juelich) <j.badwaik@fz-juelich.de>"]
edition = "2018"
description = "A  User Space Package Manager"
license = "GPL-2.0-only WITH GCC-exception-2.0"
documentation = "https://orgpaket.in/doc"
homepage = "https://orgpaket.in"
repository = "https://github.com/orgpaket/paket"

[dependencies]

[lib]
name= "paket"
path = "src/lib/paket.rs"

[[bin]]
name = "paket"
path = "src/bin/paket.rs"