Skip to content

Commit

Permalink
Add README to Cargo.toml (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored May 14, 2023
1 parent d73fd4a commit ba12f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
readme = "README.md"

members = [
"proc-macro-warning",
Expand Down
3 changes: 2 additions & 1 deletion proc-macro-warning/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <oliver@tasty.limo>"]
description = "Emit warnings from inside proc macros."
repository = "https://github.com/ggwpez/proc-macro-warning"
readme.workspace = true

build = "build.rs"

Expand Down

0 comments on commit ba12f39

Please sign in to comment.