mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-17 18:36:15 +00:00
c9155ef0cf
Including: - package upgrades - stop using the patched version of `ulid` - update cargo deny duplicate exception list
23 lines
488 B
TOML
23 lines
488 B
TOML
[package]
|
|
name = "mas-data-model"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
chrono.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
url.workspace = true
|
|
crc = "3.0.1"
|
|
ulid.workspace = true
|
|
rand.workspace = true
|
|
rand_chacha = "0.3.1"
|
|
|
|
mas-iana = { path = "../iana" }
|
|
mas-jose = { path = "../jose" }
|
|
oauth2-types = { path = "../oauth2-types" }
|