handlebars_switch 0.6.0

Adds a `{{#switch}}` helper to handlebars-rust.
Documentation
[package]
name = "handlebars_switch"
version = "0.6.0"
authors = ["Jeremy Nicklas <jeremywnicklas@gmail.com>"]
edition = "2021"
description = "Adds a `{{#switch}}` helper to handlebars-rust."
license = "MIT"
keywords = ["handlebars", "templating", "web"]
homepage = "https://github.com/nickjer/handlebars_switch"
repository = "https://github.com/nickjer/handlebars_switch"
documentation = "https://docs.rs/handlebars_switch/"
readme = "README.md"

[dependencies]
handlebars = "5.0"
serde_json = "1.0"