setting home path now works

This commit is contained in:
Iaphetes 2025-03-08 19:50:09 +01:00
parent 75d172fc3f
commit 2ac3c9a45a
16 changed files with 764 additions and 71 deletions

View file

@ -1,3 +1,5 @@
cargo-features = ["codegen-backend"]
[package]
name = "apographe"
version = "0.1.0"
@ -29,3 +31,8 @@ shellexpand = "3.1.0"
html_tag = "0.1.3"
fuzzy-matcher = "0.3"
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "sqlite"] }
confy = "0.6.1"
tauri-plugin-dialog = "2"
[profile.dev]
codegen-backend = "cranelift"