PkgTemplates.jl/Project.toml

24 lines
666 B
TOML
Raw Normal View History

2018-09-17 20:00:27 +00:00
name = "PkgTemplates"
2018-11-07 19:27:20 +00:00
uuid = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
2018-09-17 20:00:27 +00:00
authors = ["Chris de Graaf <chrisadegraaf@gmail.com>"]
2019-08-25 05:01:27 +00:00
version = "0.6.2"
2018-09-17 20:00:27 +00:00
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
2018-09-17 21:43:12 +00:00
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
2018-09-17 20:00:27 +00:00
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2018-09-19 21:01:35 +00:00
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
2018-09-17 20:00:27 +00:00
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
2019-05-15 16:46:40 +00:00
[compat]
julia = "1"
[extras]
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Suppressor", "Test"]