We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f2ed2 commit 47597cdCopy full SHA for 47597cd
.gitignore
@@ -1,3 +1,4 @@
1
+Manifest.toml
2
*.jl.cov
3
*.jl.mem
4
.DS_Store
Project.toml
@@ -13,10 +13,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
14
[compat]
15
julia = "1"
16
+Primes = "0.4"
17
18
[extras]
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
20
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21
22
[targets]
23
test = ["Test", "SpecialFunctions"]
0 commit comments