heime 0.0.1

A simple dotfile manager using Rust and Lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Sondre Aasemoen <sondre@eons.io>"]
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]