mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-18 00:38:14 +00:00
meta: bump dependencies
This commit is contained in:
parent
0ec716f262
commit
b80460f880
2 changed files with 143 additions and 107 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "mrc"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
default-run = "cli"
|
||||
authors = ["NotAShelf <raf@notashelf.dev>"]
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ name = "server"
|
|||
path = "src/server.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "4.5", features = ["derive"]}
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
clap_derive = "4.5"
|
||||
ipc-channel = "0.19"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue