mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-08 12:30:00 +03:00
19 lines
404 B
TOML
19 lines
404 B
TOML
[package]
|
|
name = "lan-mouse-cli"
|
|
description = "CLI Frontend for lan-mouse"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
repository = "https://github.com/feschber/lan-mouse"
|
|
|
|
[dependencies]
|
|
futures = "0.3.30"
|
|
lan-mouse-ipc = { path = "../lan-mouse-ipc", version = "0.1.0" }
|
|
tokio = { version = "1.32.0", features = [
|
|
"io-util",
|
|
"io-std",
|
|
"macros",
|
|
"net",
|
|
"rt",
|
|
] }
|