Files
tavernworks/Cargo.toml
Myrddin Dundragon 9dd87d0e42 [#1] Blog metadata can be stored using serde.
Created the initial blog data, posts and authors, and allows it to
be stored using serde.
2025-08-22 10:46:38 -04:00

16 lines
460 B
TOML

[package]
name = "tavern"
version = "0.0.0"
edition = "2021"
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
repository = "/CyberMages/tavern"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.9.5"