From d41cd41ba4ca1432a5daf23490fee5245993d2dc Mon Sep 17 00:00:00 2001 From: Krishna T Date: Thu, 1 Jun 2023 00:52:14 +0530 Subject: [PATCH] Fix missing information For publishing to crates.io description and license are mandatory. Signed-off-by: Chaitanya Tata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8c0774f..31488b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "wfa-wts-sim" +description = "A tool for simulating the WFA WTS for testing WFA devices (Testbed and DUT)" +license = "MIT" version = "0.1.0" edition = "2021"