Skip to content

Commit 26efac3

Browse files
committed
Added package metadata
1 parent 8eecfaa commit 26efac3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "overlook"
33
version = "0.1.0"
44
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"]
511

612
[dependencies]
713
arrayvec = "0.7.6"

0 commit comments

Comments
 (0)