Skip to content

Commit

Permalink
feat: add macro crate
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Sep 25, 2024
1 parent d0eeb9f commit f3ee59b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

19 changes: 19 additions & 0 deletions crates/bitwarden-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "bitwarden-macro"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
homepage.workspace = true
repository.workspace = true
license-file.workspace = true
keywords.workspace = true

[lib]
proc-macro = true
crate-type = ["proc-macro"]

[dependencies]

[lints]
workspace = true
2 changes: 2 additions & 0 deletions crates/bitwarden-macro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#[cfg(test)]
mod tests {}

0 comments on commit f3ee59b

Please sign in to comment.