This commit is contained in:
2021-04-07 00:12:18 +02:00
parent ed79573d14
commit be993fcaf9
5 changed files with 244 additions and 84 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "df"
name = "dotfiles"
version = "0.1.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
edition = "2018"
@ -10,7 +10,8 @@ pretty_env_logger = "0.4.0"
log = "0.4.14"
futures = "0.3.13"
async-recursion = "0.3.2"
handlebars = "3.5.4"
xdg = "2.2.0"
templar = "0.5.0"
[dependencies.serde]
version = "1.0.125"