mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
specify dependency versions explicitly
This commit is contained in:
parent
fb2c39e8ae
commit
abfc744e4c
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ strip = true
|
|||
lto = "fat"
|
||||
|
||||
[dependencies]
|
||||
input-event = { path = "input-event" }
|
||||
input-emulation = { path = "input-emulation", default-features = false }
|
||||
input-capture = { path = "input-capture", default-features = false }
|
||||
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 }
|
||||
|
||||
hickory-resolver = "0.24.1"
|
||||
toml = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue