From 94582117282828e0d7fdd7482ec3d3ae524f2cd6 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 00:56:13 +0200 Subject: [PATCH] move readme --- crates/gitignore_inner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gitignore_inner/Cargo.toml b/crates/gitignore_inner/Cargo.toml index 70829a0..9a097d4 100644 --- a/crates/gitignore_inner/Cargo.toml +++ b/crates/gitignore_inner/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Kasper J. Hermansen "] license = "MIT" -readme = "README.md" +readme = "../../README.md" keywords = ["git", "ignore", "clap", "interactive"] repository = "https://github.com/kjuulh/gitignore" documentation = "https://docs.rs/gitignore"