mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
ok
This commit is contained in:
parent
fad0607667
commit
63b82b279b
2 changed files with 4 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -2476,7 +2476,7 @@ dependencies = [
|
|||
"fern",
|
||||
"flate2",
|
||||
"fs_extra",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"gitignore",
|
||||
"headers 0.3.9",
|
||||
"html_parser",
|
||||
|
@ -2500,6 +2500,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"toml 0.5.11",
|
||||
"toml_edit 0.19.15",
|
||||
"tower",
|
||||
"tower-http 0.2.5",
|
||||
|
|
|
@ -21,9 +21,10 @@ log = "0.4.14"
|
|||
fern = { version = "0.6.0", features = ["colored"] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
toml = "0.5.8"
|
||||
fs_extra = "1.2.0"
|
||||
cargo_toml = "0.16.0"
|
||||
futures = "0.3.21"
|
||||
futures-util = "0.3.30"
|
||||
notify = { version = "5.0.0-pre.16", features = ["serde"] }
|
||||
html_parser = { workspace = true }
|
||||
cargo_metadata = "0.15.0"
|
||||
|
|
Loading…
Reference in a new issue