zwischenstand

This commit is contained in:
2025-05-28 11:35:02 +02:00
parent 07ff15aba0
commit 4774d3fdc1
105 changed files with 4129 additions and 1438 deletions

View File

@ -20,9 +20,10 @@ tauri-build = { version = "2.2", features = [] }
[dependencies]
rusqlite = { version = "0.35.0", features = [
"load_extension",
"bundled-sqlcipher",
"bundled-sqlcipher"
] }
#libsqlite3-sys = { version = "0.28", features = ["bundled-sqlcipher"] }
#"bundled-sqlcipher"
#libsqlite3-sys = { version = "0.33", features = ["bundled-sqlcipher"] }
#sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
tokio = { version = "1.45", features = ["macros", "rt-multi-thread"] }
serde = { version = "1", features = ["derive"] }