19 lines
540 B
TOML
19 lines
540 B
TOML
[package]
|
|
authors = ["Damir Jelić <poljar@termina.org.uk"]
|
|
description = "Collection of common types used in the matrix-sdk"
|
|
edition = "2018"
|
|
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
keywords = ["matrix", "chat", "messaging", "ruma", "nio"]
|
|
license = "Apache-2.0"
|
|
name = "matrix-sdk-common"
|
|
readme = "README.md"
|
|
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
js_int = "0.1.5"
|
|
ruma-api = "0.16.0"
|
|
ruma-client-api = "0.8.0"
|
|
ruma-events = "0.21.0"
|
|
ruma-identifiers = "0.16.1"
|