Swapped out termion for crossterm

This commit is contained in:
2025-09-20 22:48:12 +02:00
parent e4c4a7f14a
commit 37f15bf187
4 changed files with 343 additions and 58 deletions

View File

@@ -5,8 +5,8 @@ edition = "2024"
[dependencies]
argp = "0.4.0"
crossterm = "0.29.0"
pbr = "1.1.1"
serial2 = "0.2.32"
serial_enumerator = "0.2.12"
shlex = "1.3.0"
termion = "4.0.5"