Files
tavernworks/Cargo.toml
Myrddin Dundragon 3c6e82dfaf [#3] Split the tavern project into a workspace.
**tavern** - The blogging system library.
**loremaster** - Creates the database from a blogging repository.
**bard** - Dioxus components to display the blog.
2025-08-29 20:43:36 -04:00

9 lines
125 B
TOML

[workspace]
members = [
"tavern",
"bard",
"loremaster"
]
resolver = "2" # Enables modern dependency resolution