1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Set crates descriptions for crates we publish

This commit is contained in:
Quentin Gliech
2023-12-07 16:18:52 +01:00
parent 49963b26f8
commit ea91dfc501
7 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
[package] [package]
name = "mas-http" name = "mas-http"
description = "HTTP utilities for the Matrix Authentication Service"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@@ -1,5 +1,6 @@
[package] [package]
name = "mas-iana" name = "mas-iana"
description = "IANA registry data for JOSE and OAuth 2.0"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@@ -1,12 +1,12 @@
[package] [package]
name = "mas-jose" name = "mas-jose"
description = "JSON Object Signing and Encryption (JWT & co) utilities"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false
[lints] [lints]
workspace = true workspace = true

View File

@@ -1,5 +1,6 @@
[package] [package]
name = "mas-keystore" name = "mas-keystore"
description = "Secret keys store used by the Matrix Authentication Service"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@@ -1,5 +1,6 @@
[package] [package]
name = "oauth2-types" name = "oauth2-types"
description = "OAuth 2.0 types used by the Matrix Authentication Service"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@@ -1,5 +1,6 @@
[package] [package]
name = "mas-oidc-client" name = "mas-oidc-client"
description = "OpenID Connect client library used by the Matrix Authentication Service"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@@ -1,5 +1,6 @@
[package] [package]
name = "mas-tower" name = "mas-tower"
description = "Tower layers used by the Matrix Authentication Service"
version.workspace = true version.workspace = true
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true