mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
17 lines
518 B
TOML
17 lines
518 B
TOML
[package]
|
|
name = "lan-mouse-ipc"
|
|
description = "library for communication between lan-mouse service and frontends"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
repository = "https://github.com/feschber/lan-mouse"
|
|
|
|
[dependencies]
|
|
futures = "0.3.30"
|
|
log = "0.4.22"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.107"
|
|
thiserror = "2.0.0"
|
|
tokio = { version = "1.32.0", features = ["macros", "net", "io-util", "time"] }
|
|
tokio-stream = { version = "0.1.15", features = ["io-util"] }
|