From 2195fd5cfbd7f14808d36eb0c1d5bb394e0bd2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Tr=C4=85tnowiecki?= Date: Tue, 30 Jul 2024 18:12:50 +0200 Subject: [PATCH] Prepare cairo-lang-macro-attributes for publishing commit-id:15faf15d --- Cargo.lock | 2 +- plugins/cairo-lang-macro-attributes/Cargo.toml | 5 ++--- plugins/cairo-lang-macro-attributes/README.md | 5 +++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 147bd54ab..c56660bb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "cairo-lang-macro-attributes" -version = "0.0.1" +version = "0.1.0" dependencies = [ "quote", "scarb-stable-hash", diff --git a/plugins/cairo-lang-macro-attributes/Cargo.toml b/plugins/cairo-lang-macro-attributes/Cargo.toml index 0b313378e..8817dcf10 100644 --- a/plugins/cairo-lang-macro-attributes/Cargo.toml +++ b/plugins/cairo-lang-macro-attributes/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "cairo-lang-macro-attributes" -version = "0.0.1" +version = "0.1.0" edition.workspace = true - authors.workspace = true categories = ["development-tools"] description = "Cairo procedural macro interface primitives." @@ -18,4 +17,4 @@ proc-macro = true [dependencies] quote.workspace = true syn = { workspace = true, features = ["full", "extra-traits"] } -scarb-stable-hash = { path = "../../utils/scarb-stable-hash" } +scarb-stable-hash = "1" diff --git a/plugins/cairo-lang-macro-attributes/README.md b/plugins/cairo-lang-macro-attributes/README.md index f71fd9dfe..a979862a9 100644 --- a/plugins/cairo-lang-macro-attributes/README.md +++ b/plugins/cairo-lang-macro-attributes/README.md @@ -1,3 +1,4 @@ -# cairo-lang-macro +# Cairo Lang Macro Attributes -Shared interface for Scarb procedural macros. +Rust procedural macros exposed via `cairo-lang-macro` as shared interface for Scarb procedural macros. +Please see the [`cairo-lang-macro`](https://crates.io/crates/cairo-lang-macro) crate for more information. \ No newline at end of file