Files
letro-authentication-service/crates/data-model/Cargo.toml
Quentin Gliech 5aca3fc24c Move to Rust edition 2021
Also bump MSRV to 1.56 and use the same clippy lints in every crate
2021-12-09 22:54:35 +01:00

15 lines
311 B
TOML

[package]
name = "mas-data-model"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
chrono = "0.4.19"
thiserror = "1.0.30"
serde = "1.0.130"
url = { version = "2.2.2", features = ["serde"] }
oauth2-types = { path = "../oauth2-types" }