feat: add termsize and tokio-util dependencies and remove system.rs

This commit is contained in:
Andrew Phillips
2025-08-26 20:16:08 -03:00
committed by Andrew Phillips (aider)
parent 7b945b4f4f
commit f23cc6e94f
3 changed files with 14 additions and 862 deletions

12
Cargo.lock generated
View File

@@ -1365,9 +1365,11 @@ dependencies = [
"strum_macros",
"tempfile",
"term 1.1.0",
"termsize",
"thiserror 1.0.69",
"tokio",
"tokio-stream",
"tokio-util",
"tower",
"tower-http",
"utoipa",
@@ -2424,6 +2426,16 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "termsize"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "thiserror"
version = "1.0.69"