forked from LilithHafner/Chairmarks.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (21 loc) · 682 Bytes
/
Project.toml
File metadata and controls
27 lines (21 loc) · 682 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
name = "Chairmarks"
uuid = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
authors = ["Lilith Orion Hafner <lilithhafner@gmail.com> and contributors"]
version = "1.2.2"
[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[weakdeps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[extensions]
StatisticsChairmarksExt = ["Statistics"]
[compat]
Printf = "<0.0.1, 1"
Statistics = "<0.0.1, 1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
RegressionTests = "2cca1867-674a-4323-b559-fc77c0bbdb31"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "RegressionTests", "Statistics", "Test"]