mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
47 lines
1.2 KiB
TOML
47 lines
1.2 KiB
TOML
[package]
|
|
name = "decomp-dev-web"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
axum.workspace = true
|
|
decomp-dev-auth = { path = "../auth" }
|
|
decomp-dev-core = { path = "../core" }
|
|
decomp-dev-db = { path = "../db" }
|
|
decomp-dev-github = { path = "../github" }
|
|
decomp-dev-images = { path = "../images" }
|
|
itertools = "0.14"
|
|
lexicmp = "0.2"
|
|
maud.workspace = true
|
|
mime.workspace = true
|
|
objdiff-core.workspace = true
|
|
regex.workspace = true
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_yaml = "0.9"
|
|
time.workspace = true
|
|
timeago = { version = "0.4.2", default-features = false }
|
|
tokio-cron-scheduler = { version = "0.13", features = ["english"] }
|
|
tokio.workspace = true
|
|
tower = { version = "0.5", features = ["full"] }
|
|
tower-http = { version = "0.6", features = ["full"] }
|
|
tower-livereload = "0.9"
|
|
tower-sessions-sqlx-store = { version = "0.15", features = ["sqlite"] }
|
|
tower-sessions.workspace = true
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
tracing.workspace = true
|
|
url.workspace = true
|
|
|
|
# image
|
|
image.workspace = true
|
|
|
|
# proto
|
|
bytes = "1.7"
|
|
prost = "0.13"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
libsystemd = "0.7"
|