2024-11-28 16:10:39 +00:00
|
|
|
name = "pesde/selene"
|
|
|
|
version = "0.27.1"
|
|
|
|
description = "A blazing-fast modern Lua linter written in Rust"
|
|
|
|
authors = ["CompeyDev <hi@devcomp.xyz>", "Kampfkarren <kampfkarren@gmail.com>"]
|
|
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/selene"
|
2024-12-09 04:36:42 +00:00
|
|
|
includes = ["init.luau", "README.md", "pesde.toml"]
|
2024-11-28 16:10:39 +00:00
|
|
|
|
|
|
|
[target]
|
|
|
|
environment = "lune"
|
|
|
|
bin = "init.luau"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
|
|
|
core = { workspace = "pesde/toolchainlib", version = "^" }
|
|
|
|
|
|
|
|
[indices]
|
|
|
|
default = "https://github.com/daimond113/pesde-index"
|