From c12e7481e8ecfefa3f5f2ebc48483bbc4df87324 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 21 Apr 2022 23:05:54 +0200 Subject: [PATCH] description --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d673872..c70e1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "radiobrowser" version = "0.1.0" +authors = ["segler_alex "] edition = "2021" license = "MIT" keywords = ["audio", "api", "radiobrowser"] categories = ["multimedia::audio", "multimedia", "api-bindings"] documentation = "https://docs.rs/radiobrowser" +description = "Client library for radiobrowser compatible servers with auto fallback to other available servers" readme = "README.md" repository = "https://gitlab.com/radiobrowser/radiobrowser-lib-rust"