VizTyp/src-tauri/Cargo.toml

31 lines
952 B
TOML

[package]
name = "viztyp"
version = "0.1.0"
description = "Local-first knowledge management system based on Typst / 基于 Typst 的本地优先知识管理系统"
authors = ["VizTyp"]
license = "MIT"
repository = ""
edition = "2021"
rust-version = "1.77.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "viztyp_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.6.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.11.3", features = [] }
tauri-plugin-log = "2"
# 文件对话框/文件系统 (前端 file-ops.ts 调用) / File dialog & FS (used by frontend file-ops.ts)
tauri-plugin-dialog = "2"
tauri-plugin-fs = "2"
# Shell 插件: release 模式启动 sidecar 后端 / Shell plugin: launch sidecar backend in release
tauri-plugin-shell = "2"