Implement Group derive proc macro

This commit is contained in:
Joscha 2023-04-26 22:21:19 +02:00
parent a1acc26027
commit 1276a82e54
6 changed files with 117 additions and 32 deletions

7
Cargo.lock generated
View file

@ -136,6 +136,12 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "case"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c"
[[package]]
name = "caseless"
version = "0.2.1"
@ -294,6 +300,7 @@ dependencies = [
name = "cove-macro"
version = "0.6.1"
dependencies = [
"case",
"proc-macro2",
"quote",
"syn 2.0.15",