2024-04-11 21:36:35 +00:00
|
|
|
[package]
|
|
|
|
name = "headless"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/headless.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
client.workspace = true
|
2024-07-16 06:08:56 +00:00
|
|
|
extension.workspace = true
|
2024-05-10 03:08:49 +00:00
|
|
|
signal-hook.workspace = true
|
2024-04-11 21:36:35 +00:00
|
|
|
gpui.workspace = true
|
|
|
|
log.workspace = true
|
|
|
|
rpc.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
node_runtime.workspace = true
|
|
|
|
language.workspace = true
|
|
|
|
project.workspace = true
|
|
|
|
fs.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
settings.workspace = true
|
2024-04-24 19:15:19 +00:00
|
|
|
shellexpand.workspace = true
|
2024-04-11 21:36:35 +00:00
|
|
|
postage.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
client = { workspace = true, features = ["test-support"] }
|
|
|
|
fs = { workspace = true, features = ["test-support"] }
|
|
|
|
gpui = { workspace = true, features = ["test-support"] }
|
|
|
|
rpc = { workspace = true, features = ["test-support"] }
|
|
|
|
util = { workspace = true, features = ["test-support"] }
|