chore(lib): use non-deprecated include pattern

This commit is contained in:
Erica Marigold 2025-01-22 11:57:37 +05:30
parent e90fc8b617
commit 683d76af65
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -3,7 +3,7 @@ description = "A Luau library for implementing toolchain management"
version = "0.1.9" version = "0.1.9"
license = "MIT" license = "MIT"
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib" repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
includes = ["src", "pesde.toml", "LICENSE", "README.md"] includes = ["src/**/*.luau", "pesde.toml", "LICENSE", "README.md"]
[target] [target]
environment = "lune" environment = "lune"