-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (27 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
28 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "floating-pointer"
version = "0.1.0"
authors = ["Roger Dahl <git@dahlsys.com>"]
edition = "2018"
license = "MIT"
description = "Use your phone or tablet as a mouse on Linux, Windows or Mac"
readme = "README.md"
homepage = "https://github.com/rogerdahl/floating-pointer"
repository = "https://github.com/rogerdahl/floating-pointer"
keywords = ["cli", "remote", "mouse", "emulator"]
categories = ["emulators", "hardware-support"]
[dependencies]
apt-rs = "0.2.1"
async-std = "1.6.3"
clap = "2"
colored = "2"
enigo = "0.0.14"
float_extras = "0.1.6"
futures = "*"
itertools = "*"
lazy_static = "1.4.0"
local_ipaddress = "0.1.3"
public-ip = "0.1.1"
resource = "~0.4.0"
tokio = { version = "0.2.22", features = ["full"] }
warp = "0.2.4"