mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +03:00
Compare commits
5 Commits
input-capt
...
split-crat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f29cd2df43 | ||
|
|
7056ff697e | ||
|
|
ef09cd4806 | ||
|
|
c093c3e0c4 | ||
|
|
dd7f931a10 |
@@ -18,9 +18,9 @@ strip = true
|
||||
lto = "fat"
|
||||
|
||||
[dependencies]
|
||||
input-event = { path = "input-event", version = "0.1.0" }
|
||||
input-emulation = { path = "input-emulation", version = "0.1.0", default-features = false }
|
||||
input-capture = { path = "input-capture", version = "0.1.0", default-features = false }
|
||||
input-event = { path = "input-event" }
|
||||
input-emulation = { path = "input-emulation", default-features = false }
|
||||
input-capture = { path = "input-capture", default-features = false }
|
||||
|
||||
hickory-resolver = "0.24.1"
|
||||
toml = "0.8"
|
||||
|
||||
@@ -11,7 +11,7 @@ anyhow = "1.0.86"
|
||||
futures = "0.3.28"
|
||||
futures-core = "0.3.30"
|
||||
log = "0.4.22"
|
||||
input-event = { path = "../input-event", version = "0.1.0" }
|
||||
input-event = { path = "../input-event" }
|
||||
memmap = "0.7"
|
||||
tempfile = "3.8"
|
||||
thiserror = "1.0.61"
|
||||
|
||||
@@ -11,7 +11,7 @@ anyhow = "1.0.86"
|
||||
async-trait = "0.1.80"
|
||||
futures = "0.3.28"
|
||||
log = "0.4.22"
|
||||
input-event = { path = "../input-event", version = "0.1.0" }
|
||||
input-event = { path = "../input-event" }
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.32.0", features = ["io-util", "io-std", "macros", "net", "process", "rt", "sync", "signal"] }
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@ anyhow = "1.0.86"
|
||||
futures-core = "0.3.30"
|
||||
log = "0.4.22"
|
||||
num_enum = "0.7.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde = "1.0.203"
|
||||
|
||||
Reference in New Issue
Block a user