-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_Project.toml
More file actions
27 lines (23 loc) · 816 Bytes
/
_Project.toml
File metadata and controls
27 lines (23 loc) · 816 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
desc = "Mathematical Physical Constants."
keywords = ["math", "physical", "constant", "codata"]
name = "MathPhysicalConstants"
uuid = "8941a404-0388-11e9-375f-1b24f9d95042"
repo = "https://github.com/LaGuer/MathPhysicalConstants.jl.git"
author = "La Guer"
license = "MIT"
version = "v0.0.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
# Cuba = "8a292aeb-7a57-582c-b821-06e4c11590b1"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
#Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Julia = ">= v1.1"