mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 12:09:30 +00:00
25 lines
516 B
TOML
25 lines
516 B
TOML
[package]
|
|
name = "integration_tests_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# [[test]]
|
|
# name = "integration_tests_core"
|
|
|
|
[dev-dependencies]
|
|
# Workspace dependencies (sorted)
|
|
chat-sqlite = { workspace = true }
|
|
components = { workspace = true }
|
|
libchat = { workspace = true }
|
|
logos-account = { workspace = true, features = ["dev"]}
|
|
storage = { workspace = true }
|
|
|
|
core_client = {path = "../core_client"}
|
|
|
|
# External dependencies (sorted)
|
|
tempfile = "3"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3.23"
|