[package] name = "paclet" description = "A Package Manager" version = "0.0.1" edition = "2021" license = "Apache-2.0" homepage = "https://orgpaket.gitlab.io" documentation = "https://orgpaket.gitlab.io" repository = "https://gitlab.com/orgpaket/paclet.git" readme = "readme.md" [[bin]] name = "paclet" [lib] name = "libpaclet" path = "src/lib/libpaclet/mod.rs"