-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (24 loc) · 710 Bytes
/
Project.toml
File metadata and controls
29 lines (24 loc) · 710 Bytes
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 = "PkgTemplatesCommandLineInterface"
uuid = "b8670afd-c0a1-4d96-acf7-d645be7ab2db"
version = "0.1.0"
authors = ["ultimatile <ultimatile@users.noreply.github.com>"]
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
PkgTemplates = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
Aqua = "0.8"
ArgParse = "1.2.0"
Logging = "1.11.0"
Mustache = "1.0.21"
PkgTemplates = "0.7.57"
TOML = "1.0.3"
julia = "1.12"
[apps.jtc]
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]