-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (31 loc) · 1.06 KB
/
Project.toml
File metadata and controls
37 lines (31 loc) · 1.06 KB
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
35
36
37
name = "FileTrees"
uuid = "72696420-646e-6120-6e77-6f6420746567"
version = "0.4.4"
authors = ["Shashi Gowda <gowda@mit.edu>", "Julian Samaroo <jpsamaroo@jpsamaroo.me>"]
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
TaskLocalValues = "ed4db957-447d-4319-bfb6-7fa9ae7ecf34"
[weakdeps]
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
[extensions]
DaggerFileTreesExt = "Dagger"
[compat]
AbstractTrees = "0.3, 0.4"
Dagger = "0.19"
FilePathsBase = "0.9"
Glob = "1.3"
OrderedCollections = "1.8"
TaskLocalValues = "0.1.3"
julia = "1"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Dates", "DataFrames", "CSV", "Distributed", "Dagger"]