[package] name = "ctchi" version = "0.19.1" authors = ["glotitude "] edition = "2018" description = "Home made web framework." license = "BSD-3-Clause" repository = "https://github.com/glotitude/ctchi" homepage = "https://github.com/glotitude/ctchi" readme = "README.md" exclude = [ "src/pages/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ctchi_codegen = { path = "ctchi_codegen", version = "0.2.0" } regex = "1" log = "0.4.8" chrono = "0.4.19" [workspace] members = [ "ctchi_codegen", ]