mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-06-24 21:44:43 +00:00
treewide: better error handling
This commit is contained in:
parent
a069746bd5
commit
db35594121
5 changed files with 214 additions and 97 deletions
|
|
@ -16,11 +16,13 @@ name = "server"
|
|||
path = "src/server.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
clap_derive = "4.5"
|
||||
ipc-channel = "0.19"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
native-tls = "0.2"
|
||||
tokio-native-tls = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue