zed/crates/feedback/Cargo.toml
Joseph Lyons bec03dc882 WIP
2023-01-18 00:12:52 -05:00

29 lines
641 B
TOML

[package]
name = "feedback"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/feedback.rs"
[features]
test-support = []
[dependencies]
anyhow = "1.0.38"
client = { path = "../client" }
editor = { path = "../editor" }
futures = "0.3"
gpui = { path = "../gpui" }
human_bytes = "0.4.1"
isahc = "1.7"
lazy_static = "1.4.0"
project = { path = "../project" }
serde = { version = "1.0", features = ["derive", "rc"] }
settings = { path = "../settings" }
smallvec = { version = "1.6", features = ["union"] }
sysinfo = "0.27.1"
theme = { path = "../theme" }
urlencoding = "2.1.2"
util = { path = "../util" }
workspace = { path = "../workspace" }