-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (30 loc) · 916 Bytes
/
Project.toml
File metadata and controls
34 lines (30 loc) · 916 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
25
26
27
28
29
30
31
32
33
34
name = "AbstractSDRs"
uuid = "0bdde9fc-719a-4dc7-8589-49ca6634fa6b"
version = "0.7.0"
authors = ["Robin Gerzaguet <robin.gerzaguet@irisa.fr>"]
[deps]
AdalmPluto = "af34ca7c-e544-47d5-a6fe-72495f08728e"
BladeRFHardwareDriver_jll = "ddcda2f0-0770-5eff-b02e-03a583a735ee"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
UHDBindings = "4d90b16f-829e-4b78-80d9-fb9bcf8c06e0"
librtlsdr_jll = "d1c10d9e-0af6-511b-a44d-62fc8e59b084"
[compat]
AdalmPluto = "0.3"
BladeRFHardwareDriver_jll = "2.4"
CEnum = "0.4"
Libdl = "1.6"
Printf = "1.6"
Reexport = "0.2,1.0"
Sockets = "1.6"
Test = "1.6"
UHDBindings = "0.6.0"
julia = "1.6"
librtlsdr_jll = "0.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]