mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Initial import.
This commit is contained in:
commit
240e5f4e3d
14 changed files with 1303 additions and 0 deletions
19
helix-term/Cargo.toml
Normal file
19
helix-term/Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "helix-term"
|
||||
version = "0.1.0"
|
||||
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[[bin]]
|
||||
name = "hx"
|
||||
path = "src/main.rs"
|
||||
|
||||
# [[bin]]
|
||||
# name = "line"
|
||||
# path = "src/line.rs"
|
||||
|
||||
[dependencies]
|
||||
termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] }
|
||||
anyhow = "1.0.31"
|
Loading…
Add table
Add a link
Reference in a new issue