-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (28 loc) · 833 Bytes
/
Project.toml
File metadata and controls
33 lines (28 loc) · 833 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
name = "MRCFile"
uuid = "c18c01d3-0ab9-49c3-bd2d-8f2e64a2b7a5"
version = "0.1.6"
authors = ["Seth Axen <seth@sethaxen.com>"]
[deps]
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
CodecXz = "ba30903b-d9e8-5048-a5ec-d1f5b0d4b47b"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[weakdeps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
[extensions]
DimensionalDataExt = "DimensionalData"
[compat]
CodecBzip2 = "0.7, 0.8"
CodecXz = "0.7"
CodecZlib = "0.7"
Dates = "1"
DimensionalData = "0.29"
Mmap = "1"
Statistics = "1"
TranscodingStreams = "0.9, 0.10, 0.11"
julia = "1.10"
[workspaces]
projects = ["test"]