Skip to content

Commit

Permalink
Add my authorship information
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Sep 1, 2024
1 parent e033d42 commit 27142aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "proc-macro-error"
authors = [
"CreepySkeleton <creepy-skeleton@yandex.ru>",
"GnomedDev <david2005thomas@gmail.com>",
]
version = "1.0.4"
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
description = "Almost drop-in replacement to panics in proc-macros"
repository = "https://gitlab.com/CreepySkeleton/proc-macro-error"
repository = "https://github.com/GnomedDev/proc-macro-error-2"
rust-version = "1.70"
keywords = ["proc-macro", "error", "errors"]
categories = ["development-tools::procedural-macro-helpers"]
Expand Down
7 changes: 5 additions & 2 deletions proc-macro-error-attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "proc-macro-error-attr"
version = "1.0.4"
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
authors = [
"CreepySkeleton <creepy-skeleton@yandex.ru>",
"GnomedDev <david2005thomas@gmail.com>",
]
edition = "2021"
rust-version = "1.70"
description = "Attribute macro for proc-macro-error crate"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/CreepySkeleton/proc-macro-error"
repository = "https://github.com/GnomedDev/proc-macro-error-2"

[lib]
proc-macro = true
Expand Down
5 changes: 4 additions & 1 deletion test-crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "test-crate"
version = "0.0.0"
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
authors = [
"CreepySkeleton <creepy-skeleton@yandex.ru>",
"GnomedDev <david2005thomas@gmail.com>",
]
edition = "2021"
publish = false

Expand Down

0 comments on commit 27142aa

Please sign in to comment.