ruwuma/Cargo.toml
2016-07-28 03:04:07 -07:00

18 lines
536 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Serializable types for the events in the Matrix specification."
documentation = "https://ruma.github.io/ruma-events/ruma_events/"
homepage = "https://github.com/ruma/ruma-events"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma-events"
version = "0.1.0"
[dependencies]
ruma-identifiers = "0.2.0"
serde = "0.8.0"
serde_json = "0.8.0"
serde_macros = "0.8.0"