From 8e1c39ea6f651606e0843d6b877973fd58bf17ac Mon Sep 17 00:00:00 2001 From: zmant Date: Sun, 5 Jan 2020 14:54:04 +0800 Subject: [PATCH] Add description in toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b7fbd16..9995877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,9 @@ name = "RustMusic" version = "0.1.0" authors = ["zmant "] +license = "MIT" edition = "2018" +description = "Rust implementation of NeteaseCloud music API." [dependencies] actix-web = "1.0"