local cursive patch

This commit is contained in:
FliegendeWurst 2022-02-13 14:03:50 +01:00 committed by Arne Keller
parent a29e288615
commit 60a9d5ae0d
2 changed files with 251 additions and 241 deletions

488
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -34,5 +34,9 @@ parking_lot = "0.11.1"
log = "0.4.14"
html2text = "0.2.1"
[patch.crates-io]
cursive = { path = "../cursive/cursive" }
cursive_core = { path = "../cursive/cursive-core" } # locally patched at v0.2.2 to improve text rendering perf.
[profile.release]
overflow-checks = true # useful when debugging