zed/crates/collab
2022-11-30 17:39:17 +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 Implement db2::Database::remove_contact 2022-11-30 17:39:17 +01:00
.env.toml
basic.conf
Cargo.toml WIP: move to a non-generic test database struct 2022-11-29 19:20:11 +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.