mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
9 lines
231 B
TOML
9 lines
231 B
TOML
[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" }
|