Skip to content

Commit

Permalink
Prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Apr 21, 2024
1 parent 5d70853 commit 3d1a5e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["development-tools::testing", "command-line-utilities"]
[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
regex = "1.10.3"
anytest-derive = { path = "crates/anytest-derive" }
anytest-derive = { path = "crates/anytest-derive", version = "0.1.0" }
log = "0.4.21"
smart-default = "0.7.1"
rev_buf_reader = "0.3.0"
Expand Down
4 changes: 4 additions & 0 deletions crates/anytest-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "anytest-derive"
version = "0.1.0"
authors = ["Tim Masliuchenko"]
edition = "2021"
description = "anytest macros"
readme = false
license = "MIT"

[lib]
proc-macro = true
Expand Down

0 comments on commit 3d1a5e0

Please sign in to comment.