nickelodeon 0.0.4

A library to help your CLI be configured with Nickel
Documentation
[dependencies.config-finder]
version = "0.1.2"

[dependencies.nickel-lang-core]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.99"

[dev-dependencies.tempfile]
version = "3.6.0"

[package]
categories = ["command-line-interface", "config", "filesystem"]
description = "A library to help your CLI be configured with Nickel"
edition = "2021"
exclude = ["nix/*", ".envrc", "shell.nix"]
homepage = "https://github.com/marcesquerra/nickelodeon"
keywords = ["nickel", "config", "configuration", "cli"]
license = "MIT"
name = "nickelodeon"
readme = "README.md"
repository = "https://github.com/marcesquerra/nickelodeon"
version = "0.0.4"