Added the blog_test harness to the workspace.
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user