gitgraph-zed 0.1.0

GitGraph extension crate for Zed editor commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gitgraph-zed"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "GitGraph extension crate for Zed editor commands"
repository = "https://github.com/dwnmf/gitgraph_zed"

[dependencies]
gitgraph-core = { path = "../gitgraph-core", version = "0.1.0" }
serde.workspace = true
serde_json.workspace = true
shlex.workspace = true

zed_extension_api = "0.7.0"



[lib]

crate-type = ["cdylib"]