file loadig and file tree working

This commit is contained in:
Iaphetes 2024-12-28 23:41:17 +01:00
parent c2cc84f9dc
commit 869157c08c
15 changed files with 608 additions and 128 deletions

7
src-tauri/Cargo.lock generated
View file

@ -144,6 +144,7 @@ name = "apographe"
version = "0.1.0"
dependencies = [
"comrak",
"html_tag",
"serde",
"serde_json",
"shellexpand",
@ -1582,6 +1583,12 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "html_tag"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258c462501ea394856d3c6cf7ca16f384dfb928766617bf018af0068c6935dee"
[[package]]
name = "http"
version = "1.1.0"