From 84eb14628054a5d635d3c05cd208e363fa01e0af Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Sun, 17 Apr 2022 23:51:20 +0530 Subject: [PATCH] Updated cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9d81ea1..5236c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "mikrotik" version = "0.0.1" edition = "2021" +description = "REST API Wrapper for Mikrotik API" +license = "MIT" +license-file = "LICENSE" [dependencies] base64 = "0.13.0"