[package] name = "kjvstudy" version = "0.1.0" description = "KJV Study - Offline Bible Study App" authors = ["Kenneth Reitz"] license = "MIT" repository = "https://github.com/kennethreitz/kjvstudy.org" edition = "2021" [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = ["webview-data-url"] } tauri-plugin-shell = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["process", "time"] } reqwest = { version = "0.12", features = ["blocking"] } urlencoding = "2" [features] default = ["custom-protocol"] custom-protocol = ["tauri/custom-protocol"]