zed/crates/collab
Antonio Scandurra d1a44b889e Implement contacts using sea-orm
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-11-30 17:36:25 +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 contacts using sea-orm 2022-11-30 17:36:25 +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.