uahgi/Project.toml
Tan Kian-ting 38a752be5a
Some checks are pending
CI / Julia 1.6 - ubuntu-latest - x64 (push) Waiting to run
CI / Julia 1.7 - ubuntu-latest - x64 (push) Waiting to run
CI / Julia pre - ubuntu-latest - x64 (push) Waiting to run
add basic macro expansion
2025-01-25 02:23:13 +08:00

19 lines
474 B
TOML

name = "uahgi"
uuid = "de6df24e-a306-4916-96f6-3ab6c7568c2f"
authors = ["Tan Kian-ting <chenjt30@gmail.com> and contributors"]
version = "1.0.0-DEV"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46"
libharu_jll = "d4e8948d-4b7e-5538-9d15-404f6f0a9070"
[compat]
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]