mirror of
https://github.com/extism/extism.git
synced 2026-01-06 20:43:51 -05:00
closes #661. - [x] docs - [x] tests - [x] depend on `extism-convert/extism-pdk-path` feature in https://github.com/extism/rust-pdk https://github.com/extism/rust-pdk/pull/47
19 lines
699 B
TOML
19 lines
699 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["extism-maturin", "manifest", "runtime", "libextism", "convert", "convert-macros"]
|
|
exclude = ["kernel"]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
authors = ["The Extism Authors", "oss@extism.org"]
|
|
license = "BSD-3-Clause"
|
|
homepage = "https://extism.org"
|
|
repository = "https://github.com/extism/extism"
|
|
version = "0.0.0+replaced-by-ci"
|
|
|
|
[workspace.dependencies]
|
|
extism = { path = "./runtime", version = "0.0.0+replaced-by-ci" }
|
|
extism-convert = { path = "./convert", version = "0.0.0+replaced-by-ci" }
|
|
extism-convert-macros = { path = "./convert-macros", version = "0.0.0+replaced-by-ci" }
|
|
extism-manifest = { path = "./manifest", version = "0.0.0+replaced-by-ci" }
|