changed name

This commit is contained in:
Uber Veng
2026-05-21 21:58:25 +07:00
parent 7e06fed232
commit 1599cfcafa
2 changed files with 22 additions and 22 deletions

40
Cargo.lock generated
View File

@@ -1121,6 +1121,26 @@ dependencies = [
"num-traits",
]
[[package]]
name = "ostiary"
version = "1.0.0"
dependencies = [
"anyhow",
"crossterm",
"dirs",
"futures",
"libc",
"ratatui",
"reqwest",
"serde",
"serde_json",
"serde_path_to_error",
"thiserror 1.0.69",
"tokio",
"tokio-util",
"toml",
]
[[package]]
name = "parking_lot"
version = "0.12.5"
@@ -2251,26 +2271,6 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tui-client"
version = "0.1.0"
dependencies = [
"anyhow",
"crossterm",
"dirs",
"futures",
"libc",
"ratatui",
"reqwest",
"serde",
"serde_json",
"serde_path_to_error",
"thiserror 1.0.69",
"tokio",
"tokio-util",
"toml",
]
[[package]]
name = "typenum"
version = "1.19.0"