aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: cb890de9dbf9b0432a293200ea9280d57d5389f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "xtask"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
helix-term = { version = "0.5", path = "../helix-term" }