ruwuma/Cargo.toml
2020-05-19 12:33:36 +02:00

18 lines
529 B
TOML

[package]
name = "ruma-common"
version = "0.1.2"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Common types for other ruma crates."
homepage = "https://github.com/ruma/ruma-common"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api"
edition = "2018"
[dependencies]
matches = "0.1.8"
ruma-serde = "0.2.1"
serde = { version = "1.0.110", features = ["derive"] }
serde_json = { version = "1.0.53", features = ["raw_value"] }