hammer/wally.toml
marked 2a6907434a
Some checks failed
Continous Integration / Build (push) Successful in 11s
Continous Integration / Lint (push) Successful in 9s
Continous Integration / Styling (push) Failing after 3s
Continous Integration / Unit Testing (push) Failing after 30s
Cleanup & refactor
2025-05-07 00:37:24 +02:00

18 lines
322 B
TOML

[package]
name = "mark-marks/hammer"
version = "0.2.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"
exclude = ["**"]
include = [
"default.project.json",
"lib",
"lib/**",
"LICENSE",
"wally.toml",
"README.md",
]
[dependencies]
jecs = "ukendio/jecs@0.5.5"