You've already forked authentication-service
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user