[package]
edition = "2021"
name = "ochre-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for the Ochre web framework"
homepage = "https://github.com/DaKiLloTh/ochre"
readme = false
keywords = [
"web",
"framework",
"ochre",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DaKiLloTh/ochre"
[lib]
name = "ochre_core"
path = "src/lib.rs"