File tree Expand file tree Collapse file tree 5 files changed +22
-15
lines changed
Expand file tree Collapse file tree 5 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ members = [
77
88[package ]
99name = " wasm-trampoline"
10+ authors.workspace = true
11+ edition.workspace = true
12+ version.workspace = true
13+
14+ [workspace .package ]
1015authors = [" ANDYL Open Source <oss@andyl.com>" ]
1116version = " 0.1.0"
1217edition = " 2024"
@@ -20,17 +25,19 @@ async = [
2025 " wasmtime/component-model-async" ,
2126]
2227
23- [dependencies ]
28+ [workspace . dependencies ]
2429anyhow = " 1"
2530derivative = " 2"
2631semver = " 1"
32+ wasmtime = { version = " 33" , features = [" component-model" ] }
33+ wit-bindgen = " 0.42"
2734
2835[target .'cfg(unix)' .dependencies ]
29- anyhow = " 1 "
30- derivative = " 2 "
31- semver = " 1 "
36+ anyhow.workspace = true
37+ derivative.workspace = true
38+ semver.workspace = true
3239indexmap = " 2"
3340slab = " 0.4"
3441snafu = " 0.8"
3542wac-types = " 0.6"
36- wasmtime = { version = " 33 " , features = [ " component-model " ] }
43+ wasmtime.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " runner"
33version = " 0.1.0"
4- edition = " 2024 "
4+ edition.workspace = true
55
66[target .'cfg(unix)' .dependencies ]
7- anyhow = " 1.0 "
8- semver = " 1.0 "
7+ anyhow.workspace = true
8+ semver.workspace = true
99tokio = { version = " 1.0" , features = [" full" ] }
10- wasmtime = { version = " 33 " , features = [" component-model" , " async" ] }
10+ wasmtime = { workspace = true , features = [" component-model" , " async" ] }
1111wasmtime-wasi = { version = " 33" }
1212wasm-trampoline = { path = " ../.." }
Original file line number Diff line number Diff line change 11[package ]
22name = " application"
33version = " 0.4.0"
4- edition = " 2024 "
4+ edition.workspace = true
55
66[lib ]
77crate-type = [" cdylib" ]
88
99[dependencies ]
10- wit-bindgen = " 0.42 "
10+ wit-bindgen.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " kvstore"
33version = " 2.1.6"
4- edition = " 2024 "
4+ edition.workspace = true
55
66[lib ]
77crate-type = [" cdylib" ]
88
99[dependencies ]
10- wit-bindgen = " 0.42 "
10+ wit-bindgen.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " logger"
33version = " 1.0.0"
4- edition = " 2024 "
4+ edition.workspace = true
55
66[lib ]
77crate-type = [" cdylib" ]
88
99[dependencies ]
10- wit-bindgen = " 0.42 "
10+ wit-bindgen.workspace = true
You can’t perform that action at this time.
0 commit comments