Files
continuwuity/src/web/Cargo.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
526 B
TOML
Raw Normal View History

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]
conduwuit-build-metadata.workspace = true
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