Skip to content

Commit 259dfcf

Browse files
committed
update project.toml
1 parent 1ae7ba5 commit 259dfcf

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "CSTParser"
2+
uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
3+
authors = ["Zac Nugent <[email protected]>"]
4+
version = "0.6.0"
5+
6+
[deps]
7+
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
8+
9+
[compat]
10+
Tokenize = "≥ 0.5.3"
11+
julia = "≥ 1.0.0"
12+
13+
[extras]
14+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
16+
[targets]
17+
test = ["Test"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)