-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 1012 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
name = "AcceleratorLattice"
uuid = "118f53b2-f4ec-480a-a460-1a04f660b17d"
authors = ["David Sagan"]
version = "0.6.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
AtomicAndPhysicalConstants = "5c0d271c-5419-4163-b387-496237733d8b"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PyFormattedStrings = "5f89f4a4-a228-4886-b223-c468a82ed5b9"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
SimUtils = "042f21a8-4046-4c2b-b9ed-b6e14110b343"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Accessors = "0.1"
AtomicAndPhysicalConstants = "0.3.0"
EnumX = "1"
OrderedCollections = "1"
PyFormattedStrings = "0.1"
ReferenceFrameRotations = "3"
SimUtils = "1.2.0"
julia = "1.10.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]