-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
29 lines (27 loc) · 899 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
name = "Supposition"
uuid = "5a0628fe-1738-4658-9b6d-0b7605a9755b"
version = "0.3.5"
authors = ["Sukera <[email protected]> and contributors"]
[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RequiredInterfaces = "97f35ef4-7bc5-4ec1-a41a-dcc69c7308c6"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Logging = "1.6"
Pkg = "1.8"
PrecompileTools = "1.2.0"
Printf = "1.6"
Random = "1.6"
RequiredInterfaces = "0.1.6"
ScopedValues = "1.2.0"
Serialization = "1.8"
StyledStrings = "1"
Test = "1"
julia = "1.8"