From 8d7b3592de43170315f0e3a0c300389f115e36bf Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Mon, 23 Feb 2026 16:11:15 +0100 Subject: [PATCH] chore: add github repository url in crate Cargo.toml --- 01.workspace/heave/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/01.workspace/heave/Cargo.toml b/01.workspace/heave/Cargo.toml index 1f57cb2..1965127 100644 --- a/01.workspace/heave/Cargo.toml +++ b/01.workspace/heave/Cargo.toml @@ -5,6 +5,7 @@ edition = "2024" description = "An Entity-Attribute-Value (EAV) system library for Rust, backed by SQLite." license = "MIT" keywords = ["eav", "entity-attribute-value", "sqlite", "database", "orm", "data-model", "rust"] +repository = "https://github.com/katekorsaro/heave" [dependencies] rusqlite = { version = "0.38.0", features = ["bundled"] }