From 240e5f4e3d27415b792776dd126d15302d53e83b Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 20 May 2020 18:14:51 +0900 Subject: Initial import. --- helix-term/Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 helix-term/Cargo.toml (limited to 'helix-term/Cargo.toml') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml new file mode 100644 index 00000000..f6528034 --- /dev/null +++ b/helix-term/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "helix-term" +version = "0.1.0" +authors = ["Blaž Hrastnik "] +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" -- cgit v1.2.3-70-g09d2