mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
11 lines
120 B
TOML
11 lines
120 B
TOML
[workspace]
|
|
members = [
|
|
"manifest",
|
|
"runtime",
|
|
"rust",
|
|
"libextism"
|
|
]
|
|
exclude = [
|
|
"elixir/native/extism_nif"
|
|
]
|