mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
55e555c047
* packages/ak-lib: init Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fixup Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> --------- Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
18 lines
303 B
TOML
18 lines
303 B
TOML
[package]
|
|
name = "authentik-lib"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license-file.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|