chore: add github repository url in crate Cargo.toml

This commit is contained in:
2026-02-23 16:11:15 +01:00
parent 338521db43
commit 8d7b3592de

View File

@@ -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"] }