2025-04-25 02:47:48 +01:00
|
|
|
[package]
|
|
|
|
|
name = "conduwuit_web"
|
|
|
|
|
description.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
path = "mod.rs"
|
|
|
|
|
crate-type = [
|
|
|
|
|
"rlib",
|
|
|
|
|
# "dylib",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-05-01 00:38:35 +01:00
|
|
|
conduwuit-build-metadata.workspace = true
|
2025-05-01 18:46:30 +01:00
|
|
|
conduwuit-service.workspace = true
|
2026-02-12 18:24:24 -05:00
|
|
|
askama.workspace = true
|
2025-04-25 02:47:48 +01:00
|
|
|
axum.workspace = true
|
|
|
|
|
futures.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
rand.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|