-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
38 lines (34 loc) · 1.75 KB
/
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
35
36
37
38
name = "PeaceFounderAdmin"
uuid = "71cbcc19-d5de-42ce-8f1e-a2372a8e1f1c"
authors = ["Janis Erdmanis <[email protected]>"]
version = "0.0.1"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
OpenSSH_jll = "9bd350c2-7e96-507f-8002-3f2e150b4e1b"
OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
Oxygen = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
PeaceFounder = "916f7771-afe2-4319-943d-0e770c333432"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SMTPClient = "c35d69d1-b747-5018-a192-25bc5e63c83d"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[bundle]
APP_DESCRITPION = "Discover PeaceFounder voting system: publically verifiable software independent, privacy uncompromising, user-friendly server solution with an advanced admin panel for effortless voting management. Ideal for organisations with limited deployment resources who want hard and ever-lasting evidence on integrity and a secure and accountable voting process."
APP_DISPLAY_NAME = "PeaceFounder Server"
APP_NAME = "peacefounder-server"
APP_SUMMARY = "Privacy preserving and publically verifiable e-voting system for resource-constrained organisations."
BUNDLE_IDENTIFIER = "org.peacefounder.server"
WITH_SPLASH_SCREEN = false
[extras]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Nettle = "49dea1ee-f6fa-5aa6-9a11-8816cee7d4b9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Nettle", "Base64"]