32 lines
756 B
TOML
32 lines
756 B
TOML
[package]
|
|
name = "imphnen-cms"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
imphnen-iam.workspace = true
|
|
imphnen-libs.workspace = true
|
|
imphnen-utils.workspace = true
|
|
imphnen-entities.workspace = true
|
|
axum.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
utoipa.workspace = true
|
|
lazy_static.workspace = true
|
|
regex.workspace = true
|
|
validator.workspace = true
|
|
axum-test.workspace = true
|
|
rand.workspace = true
|
|
tokio.workspace = true
|
|
chrono.workspace = true
|
|
anyhow.workspace = true
|
|
tower-http.workspace = true
|
|
utoipa-swagger-ui.workspace = true
|
|
log.workspace = true
|
|
tracing.workspace = true
|
|
sea-orm.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[package.metadata.validator.regex]
|
|
VALID_URL_REGEX = "^https?://"
|