Jonas Platte ebb09589f9
Remove authors field from Cargo manifests
It's no longer necessary and authorship is much better tracked with git.
2022-02-12 13:46:44 +01:00

18 lines
367 B
TOML

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