-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 1013 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name = "DistributedLogging"
uuid = "56fced94-f4e0-437a-8779-b4f1bd2ec40e"
authors = ["Invenia Technical Computing Corporation"]
version = "0.2.1"
[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
CloudWatchLogs = "c4c1e6a2-6bdd-52e0-b56d-1d4734724d2d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ElectricityMarkets = "fc2b1cf9-69e4-584d-aa69-fb07a6454787"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
Mocking = "78c3b35d-d492-501b-9361-3d52fe80e533"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AWS = "1"
CloudWatchLogs = "2"
Compat = "2.2, 3"
ElectricityMarkets = "1, 2"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
Memento = "0.11, 0.12, 0.13, 1"
Mocking = "0.7"
TimeZones = "0.11, 1"
julia = "1"
[extras]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Compat"]