From eee796b1dd8742156259ffdf7b21485e93378e40 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 22 Apr 2021 23:54:17 +0300 Subject: [PATCH] fix: path to readme for macro --- itconfig-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itconfig-macro/Cargo.toml b/itconfig-macro/Cargo.toml index dc9d1c6..47beb0b 100644 --- a/itconfig-macro/Cargo.toml +++ b/itconfig-macro/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" repository = "https://github.com/icetemple/itconfig-rs" homepage = "https://github.com/icetemple/itconfig-rs" documentation = "https://docs.rs/itconfig" -readme = "../itconfig/README.md" +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]