forked from AnHeuermann/JuliaFMI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 809 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name = "JuliaFMI"
uuid = "32430f9e-34ed-11e9-2e7d-ffb2dc54003b"
authors = ["AnHeuermann <andreas.heuermann@liu.se>", "JustusBachmann <justus.bachmann@uni-bielefeld.de>"]
version = "0.0.1"
[deps]
CBinding = "d43a6710-96b8-4a2d-833c-c424785e5374"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trajectories = "2c80a279-213e-54d7-a557-e9a14725db56"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DataFrames", "LibGit2"]
[compat]
julia = "1.5"