PhysLean/lakefile.toml

19 lines
325 B
TOML
Raw Normal View History

2024-05-31 14:58:07 -04:00
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"