feat: initialize Xiaobai Bookkeeping 0.9

This commit is contained in:
leefer
2026-08-01 11:01:33 +08:00
commit 3ef13b5674
100 changed files with 17503 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[package]
name = "xiaobai-bookkeeping"
version = "0.9.0"
description = "Xiaobai Bookkeeping local-first desktop application"
authors = ["Xiaobai Bookkeeping Product Team"]
edition = "2021"
[lib]
name = "xiaobai_bookkeeping_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
csv = "1.3"
getrandom = "0.2"
rusqlite = { version = "0.32", features = ["backup", "bundled-sqlcipher-vendored-openssl"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
tauri = { version = "2", features = [] }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_Security_Cryptography"] }