mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
a44fc24445
Follow-up to #8353 Release Notes: - N/A
24 lines
387 B
TOML
24 lines
387 B
TOML
[package]
|
|
name = "git"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/git.rs"
|
|
|
|
[dependencies]
|
|
clock.workspace = true
|
|
git2.workspace = true
|
|
lazy_static.workspace = true
|
|
log.workspace = true
|
|
smol.workspace = true
|
|
sum_tree.workspace = true
|
|
text.workspace = true
|
|
|
|
[dev-dependencies]
|
|
unindent.workspace = true
|
|
|
|
[features]
|
|
test-support = []
|