mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 21:43:10 +00:00
13 lines
289 B
TOML
13 lines
289 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.1.0"
|
|
|
|
[compat]
|
|
julia = "1.6"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|