pageparse.ai / src-tauri /Cargo.toml
Varun2007's picture
initial clean deployment commit with compilers
8c3e275
Raw
History Blame Contribute Delete
557 Bytes
[package]
name = "pageparse"
version = "0.2.0"
description = "Any handwritten page → clean structured data. On CPU. Fully offline."
authors = ["Team Centurions"]
license = "AGPL-3.0-or-later"
edition = "2021"
[build-dependencies]
tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = ["shell-open", "fs-all", "dialog-all", "http-all", "path-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]