zed/zed-rpc/Cargo.toml
2021-06-08 13:07:06 -07:00

12 lines
224 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"
rsa = "0.4"
rand = "0.8"