summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-09 14:41:30 +0300
committerYuval Adam <_@yuv.al>2018-07-09 14:41:30 +0300
commit179aedd879c14b7f5de8a3a94c46b71651cbaceb (patch)
treea33dd62389623e96260989eed67c055bd17f8697 /Cargo.toml
parent529f1a92c3da9fe482cc7568ab63e67bc60b8a68 (diff)
Update project name and metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62fcd62..6a0a931 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,11 @@
[package]
-name = "rustcast"
+name = "slingr"
version = "0.1.0"
authors = ["Yuval Adam <_@yuv.al>"]
+description = "A simple CLI for UPnP media file streaming"
+homepage = "https://github.com/yuvadm/slingr"
+repository = "https://github.com/yuvadm/slingr"
+license = "GPLv3"
[dependencies]
colored = "1.6"