lean4-htt/examples/main/package.lean
tydeu 5b37f1c5c5 feat: split moduleRoot into libRoots and libGlobs
Reason: provide finer grain control over library modules
2021-09-23 21:04:29 -04:00

8 lines
137 B
Text

import Lake.Package
def package : Lake.PackageConfig := {
name := "foo"
version := "1.0"
libRoots := #[`Lib]
binRoot := `Main
}