Add test dependencies to project file

This commit is contained in:
Thomas A. Christensen II 2022-06-14 15:36:58 -05:00
parent 76d5b6059e
commit 9967ff4df2
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -7,3 +7,11 @@ version = "0.1.0"
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e" BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59" BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9" BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
[targets]
test = ["Test", "BioSequences", "BioAlignments"]