7 lines
145 B
Text
7 lines
145 B
Text
import Lake
|
|
open System Lake DSL
|
|
|
|
package bar where
|
|
dependencies := #[
|
|
{ name := `foo, src := Source.path (FilePath.mk ".." / "foo") }
|
|
]
|