mirror of
https://github.com/saymrwulf/verifying-crypto-with-lean.git
synced 2026-09-04 20:03:41 +00:00
19 lines
488 B
TOML
19 lines
488 B
TOML
|
|
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"]
|