verifying-crypto-with-lean/lakefile.toml

19 lines
488 B
TOML
Raw Normal View History

name = "verifying-crypto-with-lean"
version = "0.1.0"
defaultTargets = ["Exercises", "Solutions"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4"
rev = "5450b53e5ddc75d46418fabb605edbf36bd0beb6"
[[lean_lib]]
name = "Exercises"
srcDir = "exercises"
globs = ["Ch02", "Ch03", "Ch04", "Ch05", "Ch06", "Ch07", "Ch09", "Ch12"]
[[lean_lib]]
name = "Solutions"
srcDir = "solutions"
globs = ["Ch02", "Ch03", "Ch04", "Ch05", "Ch06", "Ch07", "Ch09", "Ch12"]