From 2740f352a2e1fb7619b462fdafde3c0a3d314425 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias Ratajczak" Date: Thu, 2 Feb 2023 15:39:03 +0100 Subject: [PATCH] complete manifest --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75cbad0..5135f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "pacdef" version = "1.0.0-beta1" edition = "2021" +description = "declarative package manager for Arch Linux" +license = "GPLv3" +repository = "https://github.com/steven-omaha/pacdef" [dependencies] alpm = "*" @@ -13,7 +16,7 @@ serde_json = "*" serde_yaml = "*" serde_derive = "*" serde = "*" -pacdef_macro = {path = "pacdef_macro/"} +pacdef_macro = {path = "pacdef_macro/", version = "*"} termios = "*" [profile.release]