zed/crates/collab
2022-12-01 15:13:57 +01:00
..
k8s
migrations Remove version from Room 2022-11-18 20:18:48 +01:00
migrations.sqlite Make some db tests pass against the new sea-orm implementation 2022-11-30 12:13:16 +01:00
src Go back to a compiling state, panicking on unimplemented db methods 2022-12-01 15:13:57 +01:00
.env.toml
basic.conf
Cargo.toml Start using the new sea-orm backed database 2022-12-01 14:41:59 +01:00
README.md

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.