From 5708edf68d06bd45f72c80d09fb569fa24f453df Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sat, 14 Oct 2023 10:42:00 +0900 Subject: [PATCH] Cargo.toml: Add homepage --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ac0a878..3f99141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT" description = "Speaker protection daemon for embedded Linux systems" +repository = "https://github.com/AsahiLinux/speakersafetyd/" [dependencies] half = "^2.1.0"