feat: use termwiz as backend as that enables a ptty, which can be cleaned up nicely
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-23 22:16:19 +02:00
parent f0f81f8a0b
commit 348e448ce9
10 changed files with 663 additions and 107 deletions

View File

@@ -6,7 +6,6 @@ resolver = "2"
version = "0.2.0"
[workspace.dependencies]
gitnow = { path = "crates/gitnow" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }