Files
lan-mouse/lan-mouse-proto/Cargo.toml
Ferdinand Schober 9d28fe6c7b bump dependencies
2024-11-06 23:53:42 +01:00

14 lines
329 B
TOML

[package]
name = "lan-mouse-proto"
description = "network protocol for lan-mouse"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/feschber/lan-mouse"
[dependencies]
num_enum = "0.7.2"
thiserror = "2.0.0"
input-event = { path = "../input-event", version = "0.2.1" }
paste = "1.0"