mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 03:59:27 +00:00
* 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
22 lines
418 B
TOML
22 lines
418 B
TOML
[package]
|
|
name = "logos-chat"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
chat-sqlite = { workspace = true }
|
|
components = { workspace = true}
|
|
libchat = { workspace = true }
|
|
logos-account = { workspace = true, features = ["dev"]}
|
|
|
|
# External dependencies (sorted)
|
|
thiserror = "2"
|
|
|
|
[dev-dependencies]
|
|
# External dependencies (sorted)
|
|
tempfile = "3"
|