16 lines
417 B
TOML
16 lines
417 B
TOML
[package]
|
|
name = "cursor-mover-app"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "EUPL-1.2"
|
|
description = "A web-application that lets you remotely control your cursor."
|
|
repository = "https://forgejo.monalith.xyz/Nionidh/cursor-mover-app"
|
|
keywords = ["web", "application", "cursor", "control"]
|
|
categories = ["web-programming"]
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
wayland-client = "0.31.12"
|
|
|
|
[lints]
|
|
workspace = true
|