annotate Project.toml @ 591:089d4cb65146 refactor/toml_operator_format

Move operators into a toml file
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 02 Dec 2020 14:19:37 +0100
parents d93099b1882e
children 2a0b17adaf9e
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]
591
089d4cb65146 Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents: 337
diff changeset
7 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
337
d93099b1882e Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
8 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
9
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
10 [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
11 julia = "1.5"