remove unused fs_extra dependency

This commit is contained in:
zyl 2025-06-05 14:16:55 -07:00
parent abd591c8fa
commit 230e22dbf8
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -690,12 +690,6 @@ dependencies = [
"percent-encoding", "percent-encoding",
] ]
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]] [[package]]
name = "fsevent-sys" name = "fsevent-sys"
version = "4.1.0" version = "4.1.0"
@ -3013,7 +3007,6 @@ dependencies = [
"color-eyre", "color-eyre",
"extract-frontmatter", "extract-frontmatter",
"eyre", "eyre",
"fs_extra",
"futures", "futures",
"grass", "grass",
"hotwatch", "hotwatch",

View file

@ -13,7 +13,6 @@ clap = { version = "4", features = ["derive"] }
color-eyre = { version = "0.6", optional = true } color-eyre = { version = "0.6", optional = true }
extract-frontmatter = "4" extract-frontmatter = "4"
eyre = "0.6" eyre = "0.6"
fs_extra = "1.2"
futures = { version = "0.3", optional = true } futures = { version = "0.3", optional = true }
grass = { version = "0.13", default-features = false } grass = { version = "0.13", default-features = false }
hotwatch = { version = "0.5", optional = true } hotwatch = { version = "0.5", optional = true }