Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information