mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
e0c83a1d32
Release Notes: - Made remote projects per-user instead of per-channel. If you'd like to be part of the remote development alpha, please email hi@zed.dev. --------- Co-authored-by: Bennet Bo Fenner <53836821+bennetbo@users.noreply.github.com> Co-authored-by: Bennet <bennetbo@gmx.de> Co-authored-by: Nate Butler <1714999+iamnbutler@users.noreply.github.com> Co-authored-by: Nate Butler <iamnbutler@gmail.com>
24 lines
374 B
TOML
24 lines
374 B
TOML
[package]
|
|
name = "remote_projects"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/remote_projects.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gpui.workspace = true
|
|
serde.workspace = true
|
|
client.workspace = true
|
|
rpc.workspace = true
|
|
|
|
[dev-dependencies]
|
|
serde_json.workspace = true
|