-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProject.toml
39 lines (35 loc) · 1.2 KB
/
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
34
35
36
37
38
39
authors = [
"ScottPJones <[email protected]>",
"Dahua Lin <[email protected]>",
"John M Kuhn <[email protected]>",
"Thomas Breloff <[email protected]>",
"Alex Arslan <[email protected]>",
"Chuan-Zheng Lee <[email protected]>",
"Galen Lynch <[email protected]>",
"Iain Dunning <[email protected]>",
"Joseph Kleinhenz <[email protected]>",
"Keno Fischer <[email protected]>",
"Kevin Squire <[email protected]>",
"Theodore Papamarkou <[email protected]>",
"Tony Fong <[email protected]>",
"Tony Kelman <[email protected]>",
"Viral B. Shah <[email protected]>",
"Yichao Yu <[email protected]>",
"odow <[email protected]>",
"ranjanan <[email protected]>"
]
desc = "C, Python, and type-defined numeric and string formatting"
keywords = ["Strings", "Formatting"]
license = "MIT"
name = "Format"
uuid = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
version = "1.3.7"
[deps]
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[targets]
test = ["Test", "Random", "Printf"]
[compat]
julia = "1.4"