Skip to content

Commit

Permalink
publish shrs_core_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPicklePinosaur committed Jun 1, 2024
1 parent f5a48b4 commit c192037
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions crates/shrs_core/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "shrs_core_macros"
version = "0.1.0"
edition = "2021"
version = "0.0.6"
description = "utilities for managing jobs and processes"

authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

Expand Down
1 change: 1 addition & 0 deletions dev/scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
crates=(
shrs_job
shrs_utils
shrs_core_macros
shrs_core
shrs_lang
shrs_vi
Expand Down

0 comments on commit c192037

Please sign in to comment.