nedots 0.1.0

A small utility for managing configuration files & installing packages for Linux.
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive", "env"]
version = "3.1.6"

[dependencies.nix]
version = "0.23"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Aiden Langley <aiden@nedia.dev>"]
categories = ["command-line-utilities", "config"]
description = "A small utility for managing configuration files & installing packages for Linux."
documentation = "https://docs.rs/nedots"
edition = "2021"
exclude = ["nedots.json"]
keywords = ["dotfiles"]
license = "MIT OR Apache-2.0"
name = "nedots"
repository = "https://github.com/aidenlangley/nedots"
resolver = "2"
version = "0.1.0"