-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 825 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 825 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
30
name = "Deneb"
uuid = "b5a61f88-a05b-4725-9526-4eca17cec623"
authors = ["brucala <brucala@gmail.com>"]
version = "0.5.0"
[deps]
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MultilineStrings = "1e8d2bf6-9821-4900-9a2f-4d87552df2bd"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
VLConvert_jll = "f937dff4-8506-5d6a-ae08-1f9bcdfef0bf"
[weakdeps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
[extensions]
GraphsExt = ["Graphs", "NetworkLayout"]
[compat]
DefaultApplication = "1.1"
Graphs = "1.12.0"
JSON = "0.21"
MultilineStrings = "1"
NetworkLayout = "0.4.7"
Tables = "1"
VLConvert_jll = "1.8.0"
julia = "1.9"