18 lines
350 B
TOML
18 lines
350 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 = "2018"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[features]
|
|
compat = []
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.26"
|