Update name to gitlore instead of gitlab-inbox

This commit is contained in:
teernisse
2026-01-28 15:49:10 -05:00
parent 9a6357c353
commit 55b895a2eb
31 changed files with 1046 additions and 373 deletions

View File

@@ -1,13 +1,13 @@
[package]
name = "gi"
name = "lore"
version = "0.1.0"
edition = "2024"
description = "GitLab Knowledge Engine - semantic search for GitLab issues, MRs, and discussions"
description = "Gitlore - Local GitLab data management with semantic search"
authors = ["Taylor Eernisse"]
license = "MIT"
[[bin]]
name = "gi"
name = "lore"
path = "src/main.rs"
[dependencies]