From 3b8681360f8878e9c5039a3a2f3704b39fe5aa5a Mon Sep 17 00:00:00 2001 From: bad Date: Thu, 18 Aug 2022 22:33:42 +0200 Subject: [PATCH] Ship it --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d05de2c..89f7c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "narinfo" -version = "0.1.0" +version = "1.0.0" edition = "2021" description = "A parser for the narinfo file format" +repository = "https://im.badat.dev/bad/narinfo-rs" +license = "MIT OR Apache-2.0" +keywords = ["nix", "nixos"] [dependencies] derive_builder = { version = "0.11.2", default-features = false }