Merge remote-tracking branch 'origin/rustify' into worktree-agent-a27094a7db775552a
# Conflicts: # AGENTS.md # server/src/session/driver.rs
This commit is contained in:
commit
88631f5e8b
216 files changed
+52342
-461
No files matched your search
@@ -13,6 +13,10 @@ path = "src/main.rs"
|
||||
# the RON house rules. Extracted from the two copies that had drifted --
|
||||
# see that repo's README for the evidence and the bug the extraction found.
|
||||
wg-app-link = { path = "../wg-app-link/server" }
|
||||
# The event model, shared with `client-core` so a Rust client and this
|
||||
# server read the same `Event`/`SeqEvent` rather than the app hand-mirroring
|
||||
# it the way `Events.kt` used to.
|
||||
event-model = { path = "../event-model" }
|
||||
axum = { version = "0.8", features = ["json", "multipart"] }
|
||||
axum-server = { version = "0.8", features = ["tls-rustls"] }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "sync", "time", "process", "io-util", "signal"] }
|
||||
|
||||
Reference in new issue
Block a user