summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 14:29:08 +0200
committerYuval Adam <_@yuv.al>2024-05-31 14:29:08 +0200
commit508e13150ab0398e2e5a8c2f64646c38d097a814 (patch)
treed83cb73db2e70ffb83f3d4bb3e97e4aabe6046a7
parentef9f7e29ba829435da1a7290a8bdafb5ecf03299 (diff)
Add missing description field
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index adb293b..332aa96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[package]
name = "somafm"
+description = "A Rust-based command line player for SomaFM radio"
version = "0.1.0"
authors = ["Yuval Adam <_@yuv.al>"]
edition = "2021"