diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b8590ed..529afba 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -8,6 +8,7 @@ license.workspace = true homepage.workspace = true keywords.workspace = true categories.workspace = true +description = "macros for celeste_rs" [lib] proc-macro = true diff --git a/macros/README.md b/macros/README.md new file mode 100644 index 0000000..1281245 --- /dev/null +++ b/macros/README.md @@ -0,0 +1,2 @@ +# Celeste.rs macros +proc_macros for [celeste_rs](https://crates.io/crates/celeste_rs) \ No newline at end of file