-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
31 lines (27 loc) · 974 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
28
29
30
31
name = "Jive"
uuid = "ba5e3d4b-8524-549f-bc71-e76ad9e9deed"
keywords = ["distributed", "test"]
license = "MIT"
desc = "some useful steps in tests"
authors = ["WooKyoung Noh <[email protected]>"]
version = "0.2.28"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
[targets]
test = ["Test", "Logging"]
[compat]
julia = "1.0.2"
Distributed = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
FileWatching = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
Pkg = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
Printf = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
REPL = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
Test = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"