15 lines
432 B
TOML
15 lines
432 B
TOML
[package]
|
|
authors = ["stoically <stoically@protonmail.com>"]
|
|
description = "Helper macros to write tests for the Matrix SDK"
|
|
edition = "2018"
|
|
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "Apache-2.0"
|
|
name = "matrix-sdk-test-macros"
|
|
readme = "README.md"
|
|
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|