1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "input_handler" version = "0.1.0" edition = "2021" description = "Reusable input handler module" license = "MIT" repository = "https://github.com/Arshdeep54/input_handler" [dependencies] regex = "1" libc = "0.2" termios = "0.3"