Skip to content

Commit

Permalink
chore: removed bad include directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Sep 14, 2023
1 parent 35ff51b commit becc5a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/misc/asset-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
repository = "https://github.com/candlecorp/wick"
description = "Manage local and remote assets in your structs "
version = "0.3.0"
include = ["src/**/*", "README.md", "!**/assets/**/*"]
include = ["src/**/*", "README.md"]

[dependencies]
thiserror = { workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions crates/wick/wick-package/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# wick-package

This crate encapsulates the hierarchical package structure used by Wick components and applications.
2 changes: 1 addition & 1 deletion crates/wick/wick-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Elastic-2.0"
repository = "https://github.com/candlecorp/wick"
description = "Test runner for Wick components"
include = ["src/**/*", "LICENSE", "!**/*_test.*"]
include = ["src/**/*", "LICENSE"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 3 additions & 0 deletions crates/wick/wick-test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# wick-test

This crate contains the test harness used by the wick cli.

0 comments on commit becc5a1

Please sign in to comment.