Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6


ion = "1.9" crossterm = { version = "0.23", optional = true } serde = { version = "1", "optional" = true, features = ["derive"]} helix-view = { version = "0.6", path = "../helix-view", features = ["term"] } helix-core = { version = "0.6", path = "../helix-core" }