This commit is contained in:
marc2332 2024-01-27 22:29:28 +01:00
parent fad0607667
commit 63b82b279b
No known key found for this signature in database
GPG key ID: C06A66E2828F72E1
2 changed files with 4 additions and 2 deletions

3
Cargo.lock generated
View file

@ -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",

View file

@ -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"