From b13e6f424c684fc88eb2ff574b3ccfbcd1b4932c Mon Sep 17 00:00:00 2001 From: Owen Troke-Billard Date: Mon, 16 Sep 2024 16:56:56 -0600 Subject: [PATCH] Add keywords and categories --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 26aa16f..37c1f23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ license = "MIT OR Apache-2.0" description = "VF2 subgraph isomorphism algorithm in Rust." repository = "https://github.com/OwenTrokeBillard/vf2" readme = "README.md" +keywords = ["vf2", "graph", "isomorphism"] +categories = ["mathematics", "science", "algorithms"] [features] default = ["petgraph"]