[package] name = "hexedit" version = "0.0.1" authors = [ "iximeow " ] license = "MIT" repository = "lol" description = """ A nice hex editor. """ [[bin]] name = "hexedit" path = "main.rs" test = false bench = false [dependencies] "termios" = "0.2.2" "termion" = "1.4.0"