[package] authors = ["Sondre Aasemoen "] categories = ["command-line-utilities"] description = "A simple dotfile manager using Rust and Lua" edition = "2021" homepage = "https://github.com/sondr3/heime" keywords = ["lua", "dotfiles"] license = "GPL-3.0-or-later" name = "heime" readme = "README.md" repository = "https://github.com/sondr3/heime" version = "0.0.1" [[bin]] name = "hm" path = "src/main.rs" [dependencies]