From 1052005ab6381a3641f66b7f2ed321173cbdd522 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 8 Jan 2023 12:06:58 -0500 Subject: [PATCH] update readme path --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index eb9c5e0..35a4c64 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "grass" version = "0.12.1" description = "A Sass compiler written purely in Rust" -readme = "README.md" +readme = "../../README.md" license = "MIT" categories = ["command-line-utilities", "web-programming"] keywords = ["scss", "sass", "css", "web"]