Updated metadata for cargo publishing

This commit is contained in:
Arlo Filley 2024-05-02 19:12:41 +01:00
parent 1acbeaf647
commit 4cd71aeaeb

View File

@ -3,6 +3,16 @@ name = "page_rank"
version = "0.1.0" version = "0.1.0"
edition = "2018" edition = "2018"
description = "A graph and pagerank algorithm implementation in Rust"
authors = ["Arlo Filley <arlofilley@gmail.com>"]
exclude = [".vscode/", ".DS_STORE"]
license = "MIT"
keywords = ["page_rank"]
readme = "ReadMe.md"
repository = "https://git.arlofilley.com/Arlo/PageRank"
[[bin]] [[bin]]
name = "page_ranker" name = "page_ranker"
path = "src/bin/main.rs" path = "src/bin/main.rs"