mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-26 15:41:13 +00:00
Update Context to accept External Identity Provider. (#127)
* rename .account_id() to .id() * Create logos-traits crate * Remove AccountId references * external IdentityProvider for Context * Fix compile errors from merge * Update logos-traits to shared-traits * format fixes * warnings cleanup * clippy fix * Remove rebase artifact
This commit is contained in:
Generated
+11
@@ -1660,6 +1660,7 @@ dependencies = [
|
||||
"chat-sqlite",
|
||||
"components",
|
||||
"libchat",
|
||||
"logos-account",
|
||||
"storage",
|
||||
"tempfile",
|
||||
]
|
||||
@@ -1787,6 +1788,7 @@ dependencies = [
|
||||
"prost",
|
||||
"rand_core 0.6.4",
|
||||
"safer-ffi",
|
||||
"shared-traits",
|
||||
"storage",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
@@ -2113,6 +2115,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"crypto",
|
||||
"libchat",
|
||||
"shared-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2122,6 +2125,7 @@ dependencies = [
|
||||
"chat-sqlite",
|
||||
"components",
|
||||
"libchat",
|
||||
"logos-account",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
]
|
||||
@@ -3381,6 +3385,13 @@ dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shared-traits"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"crypto",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shlex"
|
||||
version = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user