aoc2023/pack.toml

24 lines
496 B
TOML

collection = "nightly-231020"
[custom.all.quox-lib]
type = "local"
path = "../quox/lib"
ipkg = "quox-lib.ipkg"
[custom.all.quox]
type = "local"
path = "../quox/exe"
ipkg = "quox.ipkg"
# [custom.all.quox-lib]
# type = "git"
# url = "https://git.rhiannon.website/rhi/quox.git"
# commit = "latest:🐉"
# ipkg = "lib/quox-lib.ipkg"
# [custom.all.quox]
# type = "git"
# url = "https://git.rhiannon.website/rhi/quox.git"
# commit = "latest:🐉"
# ipkg = "exe/quox.ipkg"