diff --git a/Cargo.toml b/Cargo.toml index 3ab9430..267c417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ path = "src/main.rs" [dependencies] ropey = "0.7" +# ropey = { git = "https://github.com/cessen/ropey", branch = "master" } unicode-segmentation = "1.2.1" unicode-width = "0.1" serde = "1.*"