Skip to content

Commit 0eb7afb

Browse files
committed
Add Project.toml (and ignore Manifest.toml)
Here is how I created it: ``` julia> Pkg.API.project("ForwardDiff", ".."; preview=false) julia> edit("Project.toml") (v0.7) pkg> activate . (ForwardDiff) pkg> add StaticArrays DiffResults DiffRules NaNMath SpecialFunctions CommonSubexpressions ``` uuid is taken from: https://github.com/JuliaRegistries/General/blob/5effb80270af0c849135c80c4fdbcfe9a1a5c180/F/ForwardDiff/Package.toml#L2
1 parent 4f04bed commit 0eb7afb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
docs/build/
66
docs/site/
77
benchmark_data/
8+
Manifest.toml

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "ForwardDiff"
2+
uuid = "f6369f11-7733-5829-9624-2563aa707210"
3+
4+
[deps]
5+
CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
6+
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
7+
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
8+
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
9+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
10+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

0 commit comments

Comments
 (0)