From 4cd71aeaeb0952b3688506a01e29d22f8a0f4b03 Mon Sep 17 00:00:00 2001 From: Arlo Date: Thu, 2 May 2024 19:12:41 +0100 Subject: [PATCH] Updated metadata for cargo publishing --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f9f6f74..dbc77cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,16 @@ name = "page_rank" version = "0.1.0" edition = "2018" +description = "A graph and pagerank algorithm implementation in Rust" + +authors = ["Arlo Filley "] +exclude = [".vscode/", ".DS_STORE"] +license = "MIT" +keywords = ["page_rank"] +readme = "ReadMe.md" +repository = "https://git.arlofilley.com/Arlo/PageRank" + + [[bin]] name = "page_ranker" path = "src/bin/main.rs"