new-home-core 0.1.3

New Home Core is, as the name says, the core of the whole New Home eco system. It manages all New Home applications in your home.
Documentation
[package]
version = "0.1.3"
description = "New Home Core is, as the name says, the core of the whole New Home eco system. It manages all New Home applications in your home."
authors = ["Yannik <yannik@yannik-sc.de>"]
edition = "2018"
name = "new-home-core"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/Y_Software/new-home-core"

[dependencies]
rouille = "3.0.0"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
serde_yaml = { version = "0.8" }
regex = {version = "1.3.7"}