1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-28 11:02:02 +03:00

Define common crates metadata on the workspace level

This commit is contained in:
Quentin Gliech
2023-09-01 15:47:11 +02:00
parent f78cb2bcee
commit a01c53019f
26 changed files with 158 additions and 100 deletions

View File

@ -1,9 +1,11 @@
[package]
name = "mas-cli"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
anyhow.workspace = true