diff options
| author | Andreas Grois <andi@grois.info> | 2025-01-04 18:33:05 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-01-04 18:33:05 +0100 |
| commit | 3514e38cf48b611abc808b7de4c13862d3a4ede0 (patch) | |
| tree | 9e4e3611259b8e8762bc92fd1a8fbd05a1012098 /lakefile.toml | |
Initial Commit (untested)
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 |
