-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (20 loc) · 602 Bytes
/
Copy pathProject.toml
File metadata and controls
24 lines (20 loc) · 602 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
# SPDX-License-Identifier: MPL-2.0
name = "LowLevel"
uuid = "a1b2c3d4-e5f6-4a1b-8c2d-3e4f5a6b7c8d"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
version = "0.1.0"
license = "MPL-2.0"
[deps]
AcceleratorGate = "59f742c7-270d-4a76-95d4-a853ae16cc71"
HardwareResilience = "d5f6a7b8-c9d0-4e1f-9a2b-3c4d5e6f7a8b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
SiliconCore = "c4e5f6a7-b8c9-4d0e-8f1a-2b3c4d5e6f7a"
[compat]
AcceleratorGate = "0.1"
HardwareResilience = "0.1"
SiliconCore = "0.1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]