diff options
Diffstat (limited to 'lakefile.toml')
| -rw-r--r-- | lakefile.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lakefile.toml b/lakefile.toml new file mode 100644 index 0000000..33cad73 --- /dev/null +++ b/lakefile.toml @@ -0,0 +1,11 @@ +name = "lean-astar" +version = "0.1.0" +defaultTargets = ["LeanAStar"] + +[[lean_lib]] +name = "LeanAStar" + +[[require]] +name = "BinaryHeap" +git = "https://github.com/soulsource/BinaryHeap" +revision = "376e4bf573f754aa7cb8c5d6ed652f1efece3050"
\ No newline at end of file |
