xremap/Cargo.toml

12 lines
223 B
TOML
Raw Normal View History

2021-12-12 07:16:16 +00:00
[package]
name = "xremap"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-13 04:47:04 +00:00
evdev = "0.11.3"
2021-12-13 07:02:39 +00:00
libc = "0.2"
2021-12-17 04:34:00 +00:00
yaml-rust = "0.4"