mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 21:19:44 +00:00
16 lines
329 B
TOML
16 lines
329 B
TOML
[package]
|
|
name = "integration_tests_core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# [[test]]
|
|
# name = "integration_tests_core"
|
|
|
|
[dev-dependencies]
|
|
libchat = { workspace = true }
|
|
storage = { workspace = true }
|
|
sqlite = {package = "chat-sqlite", path ="../sqlite"}
|
|
|
|
components = { path = "../../extensions/components" }
|
|
tempfile = "3"
|