From d65efb201c89d326b441f095b78fa0e4a04f5c5a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 29 May 2026 03:26:05 -0700 Subject: [PATCH] Add link to GitHub repository --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2b27c94..8210746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.5.3" edition = "2021" license = "MIT" description = "Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from Microsoft Research." +repository = "https://github.com/microsoft/bf-tree" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html