update issues

This commit is contained in:
りき萌 2024-07-22 20:34:42 +02:00
parent 04a346d851
commit 2a68cfbf63
44 changed files with 1201 additions and 318 deletions

7
Cargo.lock generated
View file

@ -813,6 +813,12 @@ version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jotdown"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87ebc8a1c0fdfdedb65abbffb023e45ebbbfe089625f93f6f5acc56685c0abf"
[[package]]
name = "jpeg-decoder"
version = "0.3.1"
@ -1544,6 +1550,7 @@ dependencies = [
"http-body",
"image",
"indexmap",
"jotdown",
"log",
"pulldown-cmark",
"rand",