-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 840 Bytes
/
Copy pathProject.toml
File metadata and controls
33 lines (29 loc) · 840 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
31
32
33
name = "SurrealDB"
uuid = "79cae1c5-98c2-497c-900b-3d25c1320e3c"
version = "0.2.0-alpha.1"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
[extensions]
SurrealDBMetaGraphsNextExt = ["MetaGraphsNext", "Graphs"]
[compat]
Base64 = "1"
Dates = "1"
Graphs = "1"
HTTP = "1"
JSON = "1"
Libdl = "1"
MetaGraphsNext = "0.7, 0.8"
StructTypes = "1"
Tables = "1.10"
UUIDs = "1"
julia = "1.10"