annotate Project.toml @ 403:618b7ee73b25 refactor/sbp_operators_tests/collect_and_compare

Merge in default and close branch before merge
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 07 Oct 2020 12:31:54 +0200
parents d93099b1882e
children 089d4cb65146
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
1 name = "Sbplib"
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
2 uuid = "5a373a26-915f-4769-bcab-bf03835de17b"
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
3 authors = ["Jonatan Werpers <jonatan@werpers.com> and contributors"]
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
4 version = "0.1.0"
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
5
337
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
6 [deps]
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
7 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
8
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
9 [compat]
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents: 219
diff changeset
10 julia = "1.5"