Remove glob and move to markdowns folder

This commit is contained in:
Florian RICHER 2023-11-26 16:35:11 +01:00
parent 4a5e2cd99b
commit c2df86fc33
8 changed files with 27 additions and 58 deletions

7
Cargo.lock generated
View file

@ -961,12 +961,6 @@ version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "gloo-net"
version = "0.2.6"
@ -1838,7 +1832,6 @@ dependencies = [
"console_error_panic_hook",
"console_log",
"futures",
"glob",
"gloo-net 0.4.0",
"gray_matter",
"leptos",