forked from BioJulia/Kmers.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (28 loc) · 857 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
32
33
34
name = "Kmers"
uuid = "445028e4-d31f-4f27-89ad-17affd83fc22"
authors = [
"Jakob Nybo Nissen <[email protected]>",
"Sabrina Jaye Ward <[email protected]>"
]
version = "1.0.0"
[weakdeps]
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
[deps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
[extensions]
StringViewsExt = "StringViews"
# Note: We intentionally have strict compat on BioSequences because Kmers
# reaches into the internals of BioSequences.
[compat]
BioSequences = "~3.4.1"
BioSymbols = "5.1.3"
Random = "1.10"
julia = "1.10"
StringViews = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
[targets]
test = ["Test", "Random", "StringViews"]