We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c05ebe commit c3aef54Copy full SHA for c3aef54
crates/firewheel-macros/Cargo.toml
@@ -1,11 +1,14 @@
1
[package]
2
name = "firewheel-macros"
3
version = "0.1.0"
4
+description = "Macros for Firewheel crates"
5
+homepage = "https://github.com/BillyDM/firewheel/blob/main/crates/firewheel-macros"
6
edition.workspace = true
7
license.workspace = true
8
authors.workspace = true
9
keywords.workspace = true
10
categories.workspace = true
11
+exclude.workspace = true
12
13
[lib]
14
proc-macro = true
0 commit comments