chore: add github repository url in crate Cargo.toml
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user