You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
455 B
TOML
28 lines
455 B
TOML
[base]
|
|
mode = "workspace"
|
|
smart_pull = true
|
|
|
|
[mode.repository]
|
|
name = ""
|
|
build_on_update = false
|
|
|
|
[mode.repository.signing]
|
|
enabled = false
|
|
key = ""
|
|
on_gen = false
|
|
|
|
[mode.workspace]
|
|
|
|
[repositories]
|
|
name = [
|
|
"crs:amethyst",
|
|
"crs:malachite/development!",
|
|
"aur::notop-git",
|
|
"nms::appendage",
|
|
]
|
|
|
|
[repositories.urls]
|
|
crs = "https://github.com/crystal-linux/%repo%"
|
|
aur = "https://aur.archlinux.org/%repo%"
|
|
nms = "https://github.com/not-my-segfault/%repo%"
|