You've already forked decomp.dev
mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-03-30 11:06:20 -07:00
52 lines
1.4 KiB
TOML
52 lines
1.4 KiB
TOML
[package]
|
|
name = "decomp-dev-web"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
default-run = "decomp-dev-web"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
apalis.workspace = true
|
|
apalis-board.workspace = true
|
|
axum.workspace = true
|
|
axum_typed_multipart = "0.16"
|
|
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" }
|
|
decomp-dev-jobs = { path = "../jobs" }
|
|
hex.workspace = true
|
|
image.workspace = true
|
|
itertools = "0.14"
|
|
lexicmp = "0.2"
|
|
maud.workspace = true
|
|
mime.workspace = true
|
|
objdiff-core.workspace = true
|
|
octocrab.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
|
|
|
|
# proto
|
|
bytes = "1.7"
|
|
prost = "0.13"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
libsystemd = "0.7"
|