Skip to content

Commit

Permalink
chore: Add publish = false to helper crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoschiko committed Jul 13, 2024
1 parent 829617a commit 1dd1500
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "integration-test"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false

[dependencies]
bstr = { version = "1.9.1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "proxy"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false

[dependencies]
anyhow = "1.0.86"
Expand Down
1 change: 1 addition & 0 deletions tag-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "tag-generator"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false

[dependencies]
imap-types = { version = "2.0.0-alpha.2", features = ["unvalidated"] }
Expand Down

0 comments on commit 1dd1500

Please sign in to comment.