We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb22b5e commit 7049f2cCopy full SHA for 7049f2c
1 file changed
Project.toml
@@ -1,18 +1,20 @@
1
name = "JSONFBCModels"
2
uuid = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"
3
-authors = ["Mirek Kratochvil <miroslav.kratochvil@uni.lu>"]
4
-version = "0.1.0"
+authors = ["The authors of JSONFBCModels.jl"]
+version = "0.1.1"
5
6
[deps]
7
AbstractFBCModels = "5a4f3dfa-1789-40f8-8221-69268c29937c"
8
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
9
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
10
+PikaParser = "3bbf5609-3e7b-44cd-8549-7c69f321e792"
11
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12
13
[compat]
14
AbstractFBCModels = "0.1, 0.2"
15
DocStringExtensions = "0.8, 0.9"
16
JSON = "0.21"
17
+PikaParser = "0.6"
18
SparseArrays = "1"
19
Test = "1"
20
julia = "1"
0 commit comments