diff options
Diffstat (limited to 'lakefile.toml')
-rw-r--r-- | lakefile.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lakefile.toml b/lakefile.toml new file mode 100644 index 0000000..137e7f4 --- /dev/null +++ b/lakefile.toml @@ -0,0 +1,10 @@ +name = "brooks" +defaultTargets = ["Brooks"] + +[[lean_lib]] +name = "Brooks" + +[[require]] +name = "mathlib" +scope = "leanprover-community" +rev = "v4.18.0" |