Skip to content

Commit a41b082

Browse files
authored
Merge pull request #16 from theogf/add_project_toml
Added Project.toml and updates version
2 parents 3b42f04 + f59cbb9 commit a41b082

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "CSSUtil"
2+
uuid = "70588ee8-6100-5070-97c1-3cb50ed05fe8"
3+
version = "0.1.1"
4+
5+
[deps]
6+
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
7+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
8+
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
9+
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
10+
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
11+
12+
[compat]
13+
Colors = "0.10, 0.12"
14+
JSON = "0.20, 0.21"
15+
Measures = "0.2, 0.3"
16+
WebIO = "0.7, 0.8"
17+
18+

REQUIRE

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

0 commit comments

Comments
 (0)