Bug 1952316 - Vendor in context_id component from application-services. r=markh

Differential Revision: https://phabricator.services.mozilla.com/D248972
This commit is contained in:
Mike Conley
2025-05-16 20:08:58 +00:00
committed by mconley@mozilla.com
parent 5b95cb085a
commit b6a5beb740
10 changed files with 813 additions and 0 deletions

20
Cargo.lock generated
View File

@@ -970,6 +970,25 @@ dependencies = [
"winapi",
]
[[package]]
name = "context_id"
version = "0.1.0"
source = "git+https://github.com/mozilla/application-services?rev=fa8a72a77f88bc8b3743b50d76fb85cb37a38285#fa8a72a77f88bc8b3743b50d76fb85cb37a38285"
dependencies = [
"chrono",
"error-support",
"lazy_static",
"log",
"parking_lot",
"serde",
"serde_json",
"thiserror 1.999.999",
"uniffi",
"url",
"uuid",
"viaduct",
]
[[package]]
name = "cookie"
version = "0.16.2"
@@ -2629,6 +2648,7 @@ dependencies = [
name = "gkrust-uniffi-components"
version = "0.1.0"
dependencies = [
"context_id",
"relevancy",
"search",
"suggest",