zed/crates/collab
2024-01-23 12:39:30 -08:00
..
k8s
migrations Add requires_zed_cla column to channels table 2024-01-22 16:41:24 -08:00
migrations.sqlite Fix default value of users created_at in sqlite schema 2024-01-23 11:36:35 -08:00
src Fix assertion in test_get_users 2024-01-23 11:48:07 -08:00
.admins.default.json
.env.toml
admin_api.conf
basic.conf
Cargo.toml collab 0.40.1 2024-01-23 12:39:30 -08:00
LICENSE-AGPL chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +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.