Skip to content

Commit

Permalink
Prepare cairo-lang-macro-attributes for publishing
Browse files Browse the repository at this point in the history
commit-id:15faf15d
  • Loading branch information
maciektr committed Jul 31, 2024
1 parent 17e16b5 commit 2195fd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions plugins/cairo-lang-macro-attributes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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"
5 changes: 3 additions & 2 deletions plugins/cairo-lang-macro-attributes/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2195fd5

Please sign in to comment.