diff --git a/Cargo.toml b/Cargo.toml index 0f69d47..67a68ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +readme = "README.md" members = [ "proc-macro-warning", diff --git a/proc-macro-warning/Cargo.toml b/proc-macro-warning/Cargo.toml index a131f18..934707e 100644 --- a/proc-macro-warning/Cargo.toml +++ b/proc-macro-warning/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "proc-macro-warning" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "GPL-3.0 OR Apache-2.0" authors = ["Oliver Tale-Yazdi "] description = "Emit warnings from inside proc macros." repository = "https://github.com/ggwpez/proc-macro-warning" +readme.workspace = true build = "build.rs"