From db79da7301bbbef3659a9e4021f9a784bc606bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Tue, 30 Jun 2026 10:23:27 +0200 Subject: [PATCH] Update cargo package metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b5961e..a994a96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Stefan Müller"] edition = "2024" rust-version = "1.85.0" -description = "Graph models and algorithms." +description = "Graph models and algorithms" repository = "https://git.aksdb.de/warrence/grapherity" license = "MIT OR Apache-2.0" keywords = ["graph", "graph-algorithms"]