From b77bea8e0966fae1b83e0866a3ddaeaa4834c926 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Tue, 3 Sep 2024 12:40:22 +0200 Subject: [PATCH] Update `radicle-systemd` Cargo.toml --- radicle-systemd/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/radicle-systemd/Cargo.toml b/radicle-systemd/Cargo.toml index 534145a0..acc7dd8a 100644 --- a/radicle-systemd/Cargo.toml +++ b/radicle-systemd/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "radicle-systemd" +description = "Radicle integration with Systemd" homepage = "https://radicle.xyz" repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" license = "MIT OR Apache-2.0" edition = "2021" -version = "0.9.0" \ No newline at end of file +version = "0.9.0"