@@ -18,25 +18,20 @@ rust-version = "1.79"
1818anyhow = { workspace = true }
1919async-trait = { workspace = true }
2020bytes = { workspace = true }
21- chrono = " 0.4"
2221clap = { version = " 3.2.24" , features = [" derive" , " env" ] }
2322clearscreen = " 3"
2423comfy-table = " 7"
2524command-group = " 2"
2625ctrlc = { version = " 3.4" , features = [" termination" ] }
2726dialoguer = " 0.11"
28- dirs = { workspace = true }
2927futures = { workspace = true }
30- glob = { workspace = true }
3128http = { workspace = true }
3229indicatif = " 0.17"
33- is-terminal = " 0.4"
3430itertools = { workspace = true }
3531lazy_static = " 1.5"
3632levenshtein = " 1"
3733nix = { version = " 0.29" , features = [" signal" ] }
3834path-absolutize = " 3"
39- rand = { workspace = true }
4035regex = { workspace = true }
4136reqwest = { workspace = true }
4237rpassword = " 7"
@@ -51,15 +46,13 @@ toml = { workspace = true }
5146tracing = { workspace = true }
5247url = { workspace = true }
5348uuid = { version = " 1.0" , features = [" v4" ] }
54- wasmtime = { workspace = true }
5549watchexec = { git = " https://github.com/watchexec/watchexec.git" , rev = " 8e91d26ef6400c1e60b32a8314cbb144fa33f288" }
5650watchexec-filterer-globset = { git = " https://github.com/watchexec/watchexec.git" , rev = " 8e91d26ef6400c1e60b32a8314cbb144fa33f288" }
5751
5852spin-app = { path = " crates/app" }
5953spin-build = { path = " crates/build" }
6054spin-common = { path = " crates/common" }
6155spin-doctor = { path = " crates/doctor" }
62- spin-expressions = { path = " crates/expressions" }
6356spin-factor-outbound-networking = { path = " crates/factor-outbound-networking" }
6457spin-http = { path = " crates/http" }
6558spin-loader = { path = " crates/loader" }
0 commit comments