16 lines
532 B
TOML
16 lines
532 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"
|
|
# This isn't yet supported by the stable cargo, we'll enable it when it is.
|
|
# rust-version = "1.54"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|