From 1b9e11328016b27fe5012bf1bb28999934b9a294 Mon Sep 17 00:00:00 2001 From: Mario Carbajal Date: Mon, 8 Jan 2024 11:07:08 -0300 Subject: [PATCH] stylance-cli REAME.md --- stylance-cli/Cargo.toml | 2 +- stylance-cli/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 stylance-cli/README.md diff --git a/stylance-cli/Cargo.toml b/stylance-cli/Cargo.toml index 3800c1a..d6526a6 100644 --- a/stylance-cli/Cargo.toml +++ b/stylance-cli/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" version.workspace = true license.workspace = true repository.workspace = true -readme.workspace = true +readme = "README.md" description = "Cli tool for bundling stylance scoped CSS files." [dependencies] diff --git a/stylance-cli/README.md b/stylance-cli/README.md new file mode 100644 index 0000000..0dd0bcd --- /dev/null +++ b/stylance-cli/README.md @@ -0,0 +1 @@ +### stylance-cli