forked from tecosaur/DataToolkitCore.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (25 loc) · 793 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 = "DataToolkitBase"
uuid = "e209d0c3-e863-446f-9b45-de6ca9730756"
authors = ["TEC <[email protected]> and contributors"]
version = "0.6.0"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
[extensions]
AbstractTreesExt = "AbstractTrees"
[compat]
AbstractTrees = "0.2, 0.3, 0.4"
Compat = "3.29, 4"
PrecompileTools = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]