mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
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)
19 lines
451 B
TOML
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
|