**tavern** - The blogging system library. **loremaster** - Creates the database from a blogging repository. **bard** - Dioxus components to display the blog.
9 lines
125 B
TOML
9 lines
125 B
TOML
[workspace]
|
|
members = [
|
|
"tavern",
|
|
"bard",
|
|
"loremaster"
|
|
]
|
|
|
|
resolver = "2" # Enables modern dependency resolution
|