[package] name = "git-home" version = "0.1.1-alpha.3" edition = "2021" description = "A dotfiles manager using git." license = "GPL-3.0-or-later" repository = "https://github.com/delta1024/git-home/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" edit = "0.1.4" git2 = "0.14.4"