mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 05:33:09 +00:00
Thomas A. Christensen II
8fd2e7c802
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
20 lines
546 B
TOML
20 lines
546 B
TOML
name = "Kelpie"
|
|
uuid = "1b112299-d6bc-44e2-912a-478f25731460"
|
|
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"]
|
|
version = "0.2.0"
|
|
|
|
[deps]
|
|
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
|
|
|
|
[compat]
|
|
EzXML = "1.1"
|
|
julia = "1.6"
|
|
|
|
[extras]
|
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
|
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
|
|
|
|
[targets]
|
|
test = ["Test", "Documenter", "EzXML", "Suppressor"]
|