hammer/pesde.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
545 B
TOML

name = "marked/hammer"
version = "0.2.0"
description = "A set of utilities for Jecs"
authors = ["marked"]
repository = "https://git.devmarked.win/marked/hammer"
license = "MIT"
includes = ["lib", "lib/**", "LICENSE", "pesde.toml", "README.md", "jecs.luau"]
[target]
environment = "luau"
lib = "lib/init.luau"
[indices]
default = "https://github.com/pesde-pkg/index"
[dependencies]
# `marked/jecs@0.5.5` was yanked due to some issues, this is the equivalent
jecs = { name = "marked/jecs_nightly", version = "=0.5.5-nightly.20250312T202956Z" }