-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathProject.toml
33 lines (29 loc) · 1 KB
/
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
name = "DocumenterTools"
uuid = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
version = "0.1.20"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
Gumbo = "708ec375-b3d6-5a57-a7ce-8257bf98657a"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
OpenSSH_jll = "9bd350c2-7e96-507f-8002-3f2e150b4e1b"
Sass = "322a6be2-4ae8-5d68-aaf1-3e960788d1d9"
[compat]
AbstractTrees = "0.3, 0.4"
DocStringExtensions = "0.7, 0.8, 0.9"
Documenter = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1"
Git = "1"
Gumbo = "0.7, 0.8"
OpenSSH_jll = "8, 9.9.1"
Sass = "0.1, 0.2"
julia = "1.6"
[extras]
Example = "7876af07-990d-54b4-ab0e-23690620f79a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Example", "Pkg", "Test"]