From c92b5a4dc0483cda354a320a015abb4e92f945c3 Mon Sep 17 00:00:00 2001 From: Owen Troke-Billard Date: Mon, 16 Sep 2024 16:53:25 -0600 Subject: [PATCH] Add readme link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7258034..26aa16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" license = "MIT OR Apache-2.0" description = "VF2 subgraph isomorphism algorithm in Rust." repository = "https://github.com/OwenTrokeBillard/vf2" +readme = "README.md" [features] default = ["petgraph"]