-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
34 lines (30 loc) · 958 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
32
33
34
name = "DataSets"
uuid = "c9661210-8a83-48f0-b833-72e62abce419"
authors = ["Chris Foster <[email protected]> and contributors"]
version = "0.2.11"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
ReplMaker = "b873ce64-0db9-51f5-a568-4457d8e49576"
ResourceContexts = "8d208092-d35c-4dd3-a0d7-8325f9cce6b4"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AbstractTrees = "0.3,0.4"
Base64 = "<0.0.1, 1"
Markdown = "<0.0.1,1"
REPL = "<0.0.1, 1"
ReplMaker = "0.2"
ResourceContexts = "0.1,0.2"
SHA = "<0.0.1, 0.7, 1"
TOML = "<0.0.1, 1"
UUIDs = "<0.0.1, 1"
julia = "1.5"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Pkg"]