From cc26880921011578c4aa090e57d0ce120f693957 Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 15 Sep 2018 18:14:47 +0100 Subject: [PATCH] Add metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6aa9f6d..8053429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "canapi" version = "0.1.0" authors = ["Bat' "] +description = "Define REST APIs and share them between client and server" +license = "AGPL-3.0" [dependencies] serde = "1.0"