You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Set crates descriptions for crates we publish
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "mas-http"
|
||||
description = "HTTP utilities for the Matrix Authentication Service"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "mas-iana"
|
||||
description = "IANA registry data for JOSE and OAuth 2.0"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "mas-jose"
|
||||
description = "JSON Object Signing and Encryption (JWT & co) utilities"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "mas-keystore"
|
||||
description = "Secret keys store used by the Matrix Authentication Service"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "oauth2-types"
|
||||
description = "OAuth 2.0 types used by the Matrix Authentication Service"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "mas-oidc-client"
|
||||
description = "OpenID Connect client library used by the Matrix Authentication Service"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "mas-tower"
|
||||
description = "Tower layers used by the Matrix Authentication Service"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
Reference in New Issue
Block a user