mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
21 lines
377 B
TOML
21 lines
377 B
TOML
[package]
|
|
name = "docsmg"
|
|
version = "0.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license-file.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
clap.workspace = true
|
|
colored.workspace = true
|
|
dotenvy.workspace = true
|
|
regex.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|