[package] name = "paket" version = "0.1.0" authors = ["Jayesh Badwaik (FZ Juelich) "] 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"