Skip to content

Commit

Permalink
Migrate to a lakefile.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
grunweg committed Aug 1, 2024
1 parent 1d621d5 commit 9567b65
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
20 changes: 0 additions & 20 deletions lakefile.lean

This file was deleted.

18 changes: 18 additions & 0 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "SphereEversion"
defaultTargets = ["SphereEversion"]

[leanOptions]
pp.unicode.fun = true
autoImplicit = false
relaxedAutoImplicit = false

[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"

[[require]]
name = "checkdecls"
git = "https://github.com/PatrickMassot/checkdecls.git"

[[lean_lib]]
name = "SphereEversion"

0 comments on commit 9567b65

Please sign in to comment.