11 lines
190 B
TOML
11 lines
190 B
TOML
![]() |
[repository]
|
||
|
name = "morebinds"
|
||
|
authors = ["rafay"]
|
||
|
|
||
|
[plugin-name]
|
||
|
description = "An epic plugin that will change the world!"
|
||
|
authors = ["Me"]
|
||
|
output = "plugin.so"
|
||
|
build = [
|
||
|
"make all"
|
||
|
]
|