Files
matrix-rust-sdk/testing/matrix-sdk-test-utils/Cargo.toml
multisme a66b2c5123 feat(test): add a test utils crate to make log initialization possible everywhere
This PR allows `init_tracing_for_test` to be called by any other crate in the sdk

Signed-off-by: multi [multiestunhappydev@gmail.com](mailto:multiestunhappydev@gmail.com)
2025-08-14 05:24:03 +00:00

19 lines
451 B
TOML

[package]
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "Apache-2.0"
name = "matrix-sdk-test-utils"
version = "0.13.0"
edition = "2024"
rust-version.workspace = true
[package.metadata.release]
release = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
ctor = "0.2.9"
tracing-subscriber = { workspace = true, features = ["env-filter"] }
[lints]
workspace = true