13 lines
353 B
TOML
13 lines
353 B
TOML
|
|
[package]
|
||
|
|
name = "bard"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
description = "Dioxus components that will display a Tavern blogging system Blog."
|
||
|
|
repository = "/CyberMages/tavern"
|
||
|
|
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>",
|
||
|
|
"Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||
|
|
readme = "README.md"
|
||
|
|
license = "Apache-2.0"
|
||
|
|
|
||
|
|
[dependencies]
|