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

66
Cargo.lock generated
View File

@@ -630,39 +630,6 @@ dependencies = [
"wasip2",
]
[[package]]
name = "gi"
version = "0.1.0"
dependencies = [
"async-stream",
"chrono",
"clap",
"comfy-table",
"console",
"dialoguer",
"dirs",
"flate2",
"futures",
"indicatif",
"open",
"reqwest",
"rusqlite",
"serde",
"serde_json",
"sha2",
"sqlite-vec",
"tempfile",
"thiserror",
"tokio",
"tracing",
"tracing-indicatif",
"tracing-subscriber",
"url",
"urlencoding",
"uuid",
"wiremock",
]
[[package]]
name = "h2"
version = "0.4.13"
@@ -1111,6 +1078,39 @@ version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lore"
version = "0.1.0"
dependencies = [
"async-stream",
"chrono",
"clap",
"comfy-table",
"console",
"dialoguer",
"dirs",
"flate2",
"futures",
"indicatif",
"open",
"reqwest",
"rusqlite",
"serde",
"serde_json",
"sha2",
"sqlite-vec",
"tempfile",
"thiserror",
"tokio",
"tracing",
"tracing-indicatif",
"tracing-subscriber",
"url",
"urlencoding",
"uuid",
"wiremock",
]
[[package]]
name = "matchers"
version = "0.2.0"