15 lines
340 B
TOML
15 lines
340 B
TOML
[package]
|
|
name = "focus"
|
|
version = "0.1.0"
|
|
authors = ["Enrico Lumetti <enrico.lumetti@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
input = { git = "https://github.com/Smithay/input.rs" }
|
|
udev = "0.2"
|
|
libc = "0.2"
|
|
errno = "0.2"
|
|
csv = "1.1.3"
|