-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (22 loc) · 725 Bytes
/
Copy pathProject.toml
File metadata and controls
24 lines (22 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "PooksoftTextMagicAPI"
uuid = "5b33c438-7bea-47e0-8beb-7268d8ed2e0d"
authors = ["Jeffrey Varner <jvarner@pooksoft.com>"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "~1.5"
CSV = "^0.8.2"
DataFrames = "^0.22.2"
Documenter = "^0.26.1"
HTTP = "^0.9.1"
JSON = "^0.21.1"
TOML = "^1.0.1"