mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-27 19:49:31 +00:00
* Add WakeupService * Move Id to trait * Add GroupV2 * Add convo cache * Add TestHarness * Instrument call paths * Downgrade Ciphersuite * Update imports * cleanups * Add Wakeups to Client * fix: protoc dependency for ci * fix: nix hash * Remove save_conversation for v2 * PR comments
28 lines
597 B
TOML
28 lines
597 B
TOML
[package]
|
|
name = "integration_tests_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# [[test]]
|
|
# name = "integration_tests_core"
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
chat-sqlite = { workspace = true }
|
|
components = { workspace = true }
|
|
libchat = { workspace = true }
|
|
logos-account = { workspace = true, features = ["dev"]}
|
|
shared-traits = { workspace = true }
|
|
|
|
# External dependencies (sorted)
|
|
tracing = "0.1"
|
|
|
|
[dev-dependencies]
|
|
chat-sqlite = { workspace = true }
|
|
storage = { workspace = true }
|
|
|
|
# External dependencies (sorted)
|
|
tempfile = "3"
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = "0.3"
|