Added the blog_test harness to the workspace.

This commit is contained in:
2025-09-24 19:54:50 -04:00
parent 6acbe95024
commit 6ec711f7ed
2 changed files with 2188 additions and 65 deletions

View File

@ -2,7 +2,19 @@
members = [
"tavern",
"bard",
"loremaster"
]
"loremaster",
"blog_test"]
resolver = "2" # Enables modern dependency resolution
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"