zed/zed-rpc/Cargo.toml
Max Brunsfeld a10f4bb4ff Introduce zed_rpc::proto module containing protobuf stream logic
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-06-09 13:19:12 -07:00

21 lines
443 B
TOML

[package]
name = "zed-rpc"
description = "Shared logic for communication between the Zed app and the zed.dev server"
edition = "2018"
version = "0.1.0"
[dependencies]
anyhow = "1.0"
base64 = "0.13"
futures-io = "0.3"
futures-lite = "1"
prost = "0.7"
rsa = "0.4"
rand = "0.8"
[build-dependencies]
prost-build = { git = "https://github.com/sfackler/prost", rev = "082f3e65874fe91382e72482863896b7b4db3728" }
[dev-dependencies]
smol = "1.2.5"