From ef9f7e29ba829435da1a7290a8bdafb5ecf03299 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 31 May 2024 14:26:52 +0200 Subject: Prepare metadata for first publish --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8aa3940..adb293b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "somafm" version = "0.1.0" +authors = ["Yuval Adam <_@yuv.al>"] edition = "2021" +license = "MIT" +keywords = ["radio", "somafm", "media"] +repository = "https://github.com/yuvadm/somafm.rs" [dependencies] inquire = "0.7.5" -- cgit v1.3.1