-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
68 lines (64 loc) · 1.84 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name = "Kitten"
uuid = "123e4567-e89b-12d3-a456-426614174000"
authors = ["Billgo <[email protected]>"]
license = "MIT"
version = "0.1.0"
repository = "https://github.com/JuliaKit/Kitten.jl.git"
description = "a micro-framework built on top of the HTTP.jl library."
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MIMEs = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
[compat]
Bonito = "^3"
CairoMakie = "0.11, 1"
DataStructures = "0.18.15, 1"
Dates = "^1"
HTTP = "^1"
JSON3 = "^1.9"
MIMEs = "0.1.4, 1"
Mustache = "^1"
OteraEngine = "^0"
Pkg = "^1"
ProtoBuf = "^1"
Reexport = "^1"
RelocatableFolders = "^1"
Requires = "^1"
Sockets = "^1"
Statistics = "^1"
StructTypes = "^1"
Suppressor = "0.2.6, 1"
WGLMakie = "^0.9"
julia = "^1.6"
[extras]
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
OteraEngine = "b2d7f28f-acd6-4007-8b26-bc27716e5513"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[targets]
test = [
"Bonito",
"CairoMakie",
"Mustache",
"OteraEngine",
"Pkg",
"ProtoBuf",
"StructTypes",
"Suppressor",
"Test",
"WGLMakie",
]