diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
