Skip to content

Commit

Permalink
chore: update package info in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
unrenamed committed Sep 3, 2022
1 parent 0def6a4 commit 938e097
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "daedalus"
version = "0.1.0"
edition = "2021"
authors = ["unrenamed <[email protected]>"]
description = "Maze generator for the terminal written in Rust"
readme = "README.md"
license = "Apache-2.0"
homepage = "https://github.com/unrenamed/daedalus"
repository = "https://github.com/unrenamed/daedalus"
keywords = ["maze", "labyrinth", "tui-rs", "algorithm"]
categories = ["algorithms"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 938e097

Please sign in to comment.