summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 14:26:52 +0200
committerYuval Adam <_@yuv.al>2024-05-31 14:26:52 +0200
commitef9f7e29ba829435da1a7290a8bdafb5ecf03299 (patch)
treeb9d6d92792ea5c9b700eb878507c46b534c9c0dc /Cargo.toml
parenta0f73e088846ddc31e10b7ad25bd533c11a06a6f (diff)
Prepare metadata for first publish
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"