-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
31 lines (27 loc) · 874 Bytes
/
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
name = "OSMToolset"
uuid = "a1c25ae6-0f93-4b3a-bddf-c248cb99b9fa"
authors = ["pszufe <[email protected]> and contributors"]
version = "0.2.2"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OpenStreetMapX = "86cd37e6-c0ff-550b-95fe-21d72c8d4fc9"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
SpatialIndexing = "d4ead438-fe20-5cc5-a293-4fd39a41b74c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CSV = "0.10"
DataFrames = "1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
EzXML = "1.0, 1.1, 1.2"
NamedTupleTools = "0.14"
OpenStreetMapX = "0.2, 0.3, 0.4"
Parsers = "2"
SpatialIndexing = "0.1.5, 0.1.6"
Statistics = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]