Model server-runner communication

This commit is contained in:
Joscha 2023-08-10 16:11:01 +02:00
parent 13fed3d18e
commit 9ff95a2c10
4 changed files with 150 additions and 1 deletions

View file

@ -18,8 +18,8 @@ mime_guess = "2.0.4"
rand = "0.8.5"
rust-embed = { version = "6.8.1", features = ["interpolate-folder-path"] }
serde = { version = "1.0.181", features = ["derive"] }
serde_repr = "0.1.16"
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite", "time"] }
time = { version = "0.3.25", features = ["formatting", "macros", "parsing"] }
tokio = { version = "1.29.1", features = ["full"] }
toml = "0.7.6"
tracing = "0.1.37"
@ -30,6 +30,10 @@ version = "0.51.0"
default-features = false
features = ["max-performance-safe", "extras"]
[dependencies.time]
version = "0.3.25"
features = ["formatting", "parsing", "macros", "serde-human-readable"]
[build-dependencies]
vergen = { version = "8.2.4", features = ["git", "gitcl"] }
walkdir = "2.3.3"