Skip to content

Commit

Permalink
Add missing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Jan 31, 2025
1 parent 93404e1 commit 2d620ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ on:
- codama-koroks
- codama-macros
- codama-nodes
- codama-nodes-derive
- codama-stores
- codama-syn-helpers
- codama-syn-helpers-test-macros

level:
description: Level
required: true
Expand Down
6 changes: 4 additions & 2 deletions codama-syn-helpers/tests/test-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "codama-syn-helpers-test-macros"
description = "Tests for syn helpers macros"
version = "0.0.0"
edition = "2021"
publish = false
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }

[lib]
proc-macro = true
Expand Down

0 comments on commit 2d620ef

Please sign in to comment.