mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
tracing updates
This commit is contained in:
parent
a5a13a4c91
commit
e580d27f14
5 changed files with 1227 additions and 838 deletions
3
build/Cargo.lock
generated
3
build/Cargo.lock
generated
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "Inflector"
|
||||
|
|
@ -534,6 +534,7 @@ dependencies = [
|
|||
"swc_atoms",
|
||||
"swc_bundler",
|
||||
"swc_common",
|
||||
"swc_config",
|
||||
"swc_core",
|
||||
"swc_ecma_ast",
|
||||
"swc_ecma_codegen",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ lightningcss = { version = "1.0.0-alpha.61", features = ["browserslist", "visito
|
|||
base64 = "0.21.0"
|
||||
urlencoding = "2.1.2"
|
||||
swc = "0.273.28"
|
||||
swc_config = "=0.1.14"
|
||||
swc_common = { version = "0.33", features = ["tty-emitter", "concurrent"] }
|
||||
swc_core = { version = "0.90" }
|
||||
swc_bundler = { version = "0.225.19" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue