aoc2023/pack.toml

24 lines
496 B
TOML
Raw Normal View History

2023-12-01 12:52:23 -05:00
collection = "nightly-231020"
[custom.all.quox-lib]
2023-12-06 21:47:23 -05:00
type = "local"
path = "../quox/lib"
ipkg = "quox-lib.ipkg"
2023-12-01 12:52:23 -05:00
[custom.all.quox]
2023-12-06 21:47:23 -05:00
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"