From f89087d8283e96030a3c3fda19df3ca1edf3d879 Mon Sep 17 00:00:00 2001 From: spieljs Date: Thu, 27 Feb 2020 00:14:19 +0100 Subject: [PATCH] add description to the cargo file --- crate/yew_styles/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crate/yew_styles/Cargo.toml b/crate/yew_styles/Cargo.toml index e31f3e0..5b82be7 100644 --- a/crate/yew_styles/Cargo.toml +++ b/crate/yew_styles/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "yew_styles" version = "0.1.0" +description = "Framework styles for yew" authors = ["spieljs "] edition = "2018" license = "MIT"