-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (25 loc) · 883 Bytes
/
Project.toml
File metadata and controls
28 lines (25 loc) · 883 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
26
27
28
name = "CompetingClocks"
uuid = "5bb9b785-358c-4fee-af0f-b94a146244a8"
version = "0.2.0"
authors = ["Andrew Dolgert <andrew@dolgert.com>", "Sean L. Wu <slwood@gmail.com>"]
[workspace]
projects = ["test", "docs", "benchmarks", "examples"]
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
Combinatorics = "^1.0"
DataStructures = "^0.19"
Distributions = "^0.25"
Documenter = "^1.15"
InteractiveUtils = "^1.10"
Logging = "^1.0"
Random = "^1.0"
SpecialFunctions = "^2.6"
julia = "^1.10"