14 lines
503 B
TOML
14 lines
503 B
TOML
name = "Ironpen"
|
|
uuid = "29a645ab-0d6f-4ef8-acfd-1b192480382c"
|
|
authors = ["tonaerospace <tonaerospace.etc@gmail.com>"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
|
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
|
|
GeneralUtils = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
|