25 lines
608 B
TOML
25 lines
608 B
TOML
name = "TrainRuns"
|
|
uuid = "e4541106-d44c-4e00-b50b-ecdf479fcf92"
|
|
authors = ["Max Kannenberg", "Martin Scheidt", "contributors"]
|
|
version = "1.0.1"
|
|
|
|
[deps]
|
|
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
|
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
|
|
|
|
[compat]
|
|
DataFrames = "^1"
|
|
JSONSchema = "^1"
|
|
YAML = "^0.4"
|
|
julia = "^1.6"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|