From 179aedd879c14b7f5de8a3a94c46b71651cbaceb Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 9 Jul 2018 14:41:30 +0300 Subject: Update project name and metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1