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]