11[workspace ]
22resolver = " 2"
3- members = [" cli " , " core " , " runtime " , " tests" ]
3+ members = [" crates/* " , " tests" ]
44
55[workspace .package ]
66authors = [" the Andromeda team" ]
77edition = " 2024"
88license = " Mozilla Public License 2.0"
99repository = " https://github.com/tryandromeda/andromeda"
10- version = " 0.1.1 "
10+ version = " 0.1.2 "
1111
1212[workspace .dependencies ]
13- andromeda-core = { path = " core" }
14- andromeda-runtime = { path = " runtime" , features = [
13+ andromeda-core = { path = " crates/ core" }
14+ andromeda-runtime = { path = " crates/ runtime" , features = [
1515 " canvas" ,
1616 " crypto" ,
1717 " storage" ,
18- " serve"
18+ " serve" ,
1919] }
2020anyhow = " 1.0.100"
2121anymap = " 0.12.1"
2222async-trait = " 0.1.89"
2323base64-simd = " 0.8.0"
2424chrono = { version = " 0.4.42" , features = [" serde" ] }
2525clap = { version = " 4.5.53" , features = [" derive" ] }
26- clap_complete = " 4.5.61 "
27- console = " 0.16.1 "
28- toml = " 0.9.8 "
29- cosmic-text = " 0.15 .0"
26+ clap_complete = " 4.5.64 "
27+ console = " 0.16.2 "
28+ toml = " 0.9.10 "
29+ cosmic-text = " 0.16 .0"
3030dprint-core = " 0.67.4"
3131dprint-plugin-typescript = " 0.95.13"
32- dprint-plugin-json = " 0.21.0 "
32+ dprint-plugin-json = " 0.21.1 "
3333env_logger = " 0.11.8"
3434futures = " 0.3.31"
3535glob = " 0.3.3"
@@ -38,56 +38,56 @@ indexmap = "2.12.1"
3838image = " 0.25.9"
3939lazy_static = " 1.5.0"
4040libloading = " 0.9.0"
41- libffi = " 5.0 .0"
42- libsui = " 0.12.1 "
43- log = " 0.4.28 "
44- lru = " 0.16.2"
41+ libffi = " 5.1 .0"
42+ libsui = " 0.12.5 "
43+ log = " 0.4.29 "
44+ lru = " 0.16.2"
4545lsp-types = " 0.97.0"
46- nova_vm = { git = " https://github.com/trynova/nova" , rev = " 48c43f21011cb73bc69a614aa4f76a8a00501bb5 " }
46+ nova_vm = { git = " https://github.com/trynova/nova" , rev = " 87e9118e4e25f062e1c1879281fe1770dccfe914 " }
4747nu-ansi-term = " 0.50.3"
4848owo-colors = " 4.2.3"
49- oxc_codegen = " 0.102 .0"
50- oxc_ast = " 0.102 .0"
51- oxc_minifier = " 0.102 .0"
52- oxc_mangler = " 0.102 .0"
53- oxc_allocator = " 0.102 .0"
54- oxc_diagnostics = " 0.102 .0"
49+ oxc_codegen = " 0.105 .0"
50+ oxc_ast = " 0.105 .0"
51+ oxc_minifier = " 0.105 .0"
52+ oxc_mangler = " 0.105 .0"
53+ oxc_allocator = " 0.105 .0"
54+ oxc_diagnostics = " 0.105 .0"
5555oxc-miette = { version = " 2.6.0" , features = [" fancy" ] }
56- oxc_parser = " 0.102 .0"
57- oxc_semantic = " 0.102 .0"
58- oxc_span = " 0.102 .0"
59- oxc_transformer = " 0.102 .0"
56+ oxc_parser = " 0.105 .0"
57+ oxc_semantic = " 0.105 .0"
58+ oxc_span = " 0.105 .0"
59+ oxc_transformer = " 0.105 .0"
6060rand = " 0.9.2"
6161reedline = " 0.44.0"
6262regex = " 1.12.2"
6363rustls = " 0.23.35"
6464rustls-pemfile = " 2.2.0"
65- rustls-pki-types = " 1.13.1 "
65+ rustls-pki-types = " 1.13.2 "
6666ring = " 0.17.14"
67- rusqlite = { version = " 0.37 .0" , features = [
67+ rusqlite = { version = " 0.38 .0" , features = [
6868 " bundled" ,
6969 " functions" ,
70- " load_extension"
70+ " load_extension" ,
7171] }
7272saffron = " 0.1.0"
7373serde = { version = " 1.0.228" , features = [" derive" ] }
74- serde_json = " 1.0.145 "
74+ serde_json = " 1.0.148 "
7575serde_yaml = " 0.9.34-deprecated"
7676socket2 = " 0.6.1"
7777
7878swash = " 0.2.6"
7979trust-dns-resolver = " 0.23.2"
80- signal-hook = " 0.3.18 "
80+ signal-hook = " 0.4.1 "
8181thiserror = " 2.0.17"
82- tempfile = " 3.23 .0"
82+ tempfile = " 3.24 .0"
8383tokio = { version = " 1.48.0" , features = [" rt" , " sync" , " time" , " fs" ] }
8484tokio-rustls = " 0.26.4"
8585tokio-test = " 0.4.4"
8686tower-lsp = " 0.20.0"
87- ureq = { version = " 3.1.2 " , features = [" json" ] }
87+ ureq = { version = " 3.1.4 " , features = [" json" ] }
8888url = { version = " 2.5.7" , features = [" serde" , " expose_internals" ] }
89- uuid = { version = " 1.18.1 " , features = [" v4" ] }
90- webpki-roots = " 1.0.3 "
89+ uuid = { version = " 1.19.0 " , features = [" v4" ] }
90+ webpki-roots = " 1.0.4 "
9191wgpu = { version = " 27.0.1" , features = [" wgsl" , " webgpu" ] }
9292
9393[profile .release ]
0 commit comments