We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eecfaa commit 26efac3Copy full SHA for 26efac3
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "overlook"
3
version = "0.1.0"
4
edition = "2024"
5
+exclude = ["/img/"]
6
+license = "MIT OR Apache-2.0"
7
+description = "An animated visualiser of different maze generation and solving algorithms, running the terminal"
8
+keywords = ["cli", "maze", "maze-generation"]
9
+repository = "https://github.com/user-simon/overlook"
10
+categories = ["command-line-utilities", "algorithms"]
11
12
[dependencies]
13
arrayvec = "0.7.6"
0 commit comments