-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 958 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 = "PairwiseMappingFormat"
uuid = "30ee2946-b067-41c0-bed2-0900b78dbe59"
version = "0.1.0"
authors = ["Jakob Nybo Nissen <[email protected]>"]
[deps]
MemoryViews = "a791c907-b98b-4e44-8f4d-e4c2362c6b2f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
XAMAuxData = "e99d641e-1821-45d7-9150-ecb7bf333fe1"
[compat]
Aqua = "0.8.7"
FormatSpecimens = "1.3"
MemoryViews = "0.2"
PrecompileTools = "1.2.1"
StringViews = "1.3.3"
Test = "1.11"
XAMAuxData = "0.1"
julia = "1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
FormatSpecimens = "3372ea36-2a1a-11e9-3eb7-996970b6ffbd"
MemoryViews = "a791c907-b98b-4e44-8f4d-e4c2362c6b2f"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XAMAuxData = "e99d641e-1821-45d7-9150-ecb7bf333fe1"
[targets]
test = ["Test", "FormatSpecimens", "MemoryViews", "StringViews", "XAMAuxData", "Aqua"]