14 lines
205 B
TOML
14 lines
205 B
TOML
![]() |
name = "Basic"
|
||
|
uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
|
||
|
authors = ["tester"]
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[compat]
|
||
|
julia = "1"
|
||
|
|
||
|
[extras]
|
||
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||
|
|
||
|
[targets]
|
||
|
test = ["Test"]
|