Skip to content

Commit

Permalink
Include wally.toml in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Mar 3, 2024
1 parent 587a765 commit d22f4aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ version = "0.1.1"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = [ "*" ]
include = [ "src", "src/**", "default.project.json", "README.md", "LICENSE", ]
include = [
"src",
"src/**",
"default.project.json",
"README.md",
"LICENSE",
"wally.toml"
]

[dependencies]
Matter = "matter-ecs/[email protected]"
Expand Down

0 comments on commit d22f4aa

Please sign in to comment.