Skip to content

Commit

Permalink
add crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoppe committed Jan 29, 2024
1 parent c4de36a commit b46a689
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "caboose"
version = "0.0.0"
edition = "2021"
description = "A generic and parallel implementation of Continuous Conflict-Based Search algorithm for Multi-Agent Path Finding."
repository = "/~https://github.com/vcoppe/caboose"
readme = "README.md"
license = "MIT"
keywords = ["multi-agent-path-finding", "conflict-based-search", "planning", "robotics"]
categories = ["algorithms", "science::robotics"]
exclude = ["resources/*" ]

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

Expand Down

0 comments on commit b46a689

Please sign in to comment.