forked from JuliaDynamics/DiscreteEvents.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
27 lines (23 loc) · 852 Bytes
/
Project.toml
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
26
27
name = "DiscreteEvents"
uuid = "127e53a7-d08a-4bd9-afb0-daf0d2b65a85"
authors = ["Paul Bayer <[email protected]>"]
version = "0.3.5"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
DataStructures = "0.17, 0.18"
Distributions = "0.22, 0.23, 0.24, 0.25"
Unitful = "1"
julia = "1"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Documenter", "NBInclude", "Printf", "Test", "SafeTestsets"]