-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpesde.toml
More file actions
24 lines (20 loc) · 766 Bytes
/
pesde.toml
File metadata and controls
24 lines (20 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "caveful_games/stringdiff"
version = "0.2.0-rc.1"
description = "A string similarity metric diffing algorithm invented by splinestein for primitive chat bot use. Modified and uploaded for pesde"
authors = ["Spline", "jiwonz <me@jiwonz.kr>"]
repository = "https://github.com/CavefulGames/stringdiff"
license = "MIT"
includes = ["pesde.toml", "LICENSE", "src/**", "README.md"]
private = true
[target]
environment = "lune"
lib = "src/lib.luau"
[indices]
default = "https://github.com/pesde-pkg/index"
[engines]
lune = "^0.8.9"
pesde = "^0.6.0"
[dev_dependencies]
luau_check = { name = "jiwonz/luau_check", version = "^0.3.11" }
multitarget = { name = "jiwonz/multitarget", version = "^0.4.0-rc.28" }
darklua = { name = "pesde/darklua", version = "^0.16.0" }