We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4e52f commit baf0857Copy full SHA for baf0857
1 file changed
ryde_macros/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "ryde_macros"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT"
6
+homepage = "https://github.com/swlkr/ryde"
7
+repository = "https://github.com/swlkr/ryde"
8
+keywords = ["ryde", "macros"]
9
+description = "proc macros for ryde"
10
11
[lib]
12
proc-macro = true
0 commit comments