PhysLean/lakefile.toml
2024-06-26 08:33:54 -04:00

18 lines
325 B
TOML

name = "hep_lean"
defaultTargets = ["HepLean"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
rev = "main"
[[lean_lib]]
name = "HepLean"
[[lean_exe]]
name = "check_file_imports"
srcDir = "scripts"