From a2651d073ce3c540c139f80087b21e3ae135701e Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 27 Oct 2019 22:29:59 +0100 Subject: [PATCH] no references to ../README.md --- gotham_restful/Cargo.toml | 2 +- gotham_restful/README.md | 1 + gotham_restful_derive/Cargo.toml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 gotham_restful/README.md diff --git a/gotham_restful/Cargo.toml b/gotham_restful/Cargo.toml index a1088c3..2412749 100644 --- a/gotham_restful/Cargo.toml +++ b/gotham_restful/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" description = "RESTful additions for Gotham" keywords = ["gotham", "rest", "restful"] license = "EPL-2.0 OR Apache-2.0" -readme = "../README.md" +readme = "README.md" repository = "https://gitlab.com/msrd0/gotham-restful" [badges] diff --git a/gotham_restful/README.md b/gotham_restful/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/gotham_restful/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/gotham_restful_derive/Cargo.toml b/gotham_restful_derive/Cargo.toml index 78b9645..bb0640f 100644 --- a/gotham_restful_derive/Cargo.toml +++ b/gotham_restful_derive/Cargo.toml @@ -8,7 +8,6 @@ edition = "2018" description = "RESTful additions for Gotham - Derive" keywords = ["gotham", "rest", "restful", "derive"] license = "EPL-2.0 OR Apache-2.0" -readme = "../README.md" repository = "https://gitlab.com/msrd0/gotham-restful" [lib]