Kévin Commaille 906d576a27
Implement Improved Signalling for 1:1 VoIP
According to MSC2746
2022-05-30 14:09:58 +02:00

20 lines
389 B
TOML

[package]
name = "ruma-identifiers-validation"
description = "Validation logic for ruma-common and ruma-macros"
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
license = "MIT"
version = "0.8.1"
edition = "2021"
rust-version = "1.59"
[package.metadata.docs.rs]
all-features = true
[features]
compat = []
[dependencies]
js_int = "0.2.0"
thiserror = "1.0.26"