feat: add termsize and tokio-util dependencies and remove system.rs
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
7b945b4f4f
commit
f23cc6e94f
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user