aboutsummaryrefslogtreecommitdiff
path: root/lakefile.toml
blob: b2b9c3f67b1de19738f54c3cb022ee306f4e3cf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
name = "lean-astar"
version = "0.1.0"
defaultTargets = ["LeanAStar"]

[[lean_lib]]
name = "LeanAStar"

[[require]]
name = "BinaryHeap"
git = "https://github.com/soulsource/BinaryHeap"
revision = "fe30e1dc0a0070452edce74331aa3df21a6b8f7c"