You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
576 B
TOML
25 lines
576 B
TOML
[package]
|
|
name = "tauri-app"
|
|
version = "0.1.0"
|
|
description = "Mana Viewer - Manga/Manhwa Reader"
|
|
authors = ["you"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "tauri_app_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-opener = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
reqwest = { version = "0.12", features = ["json", "cookies"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
base64 = "0.22"
|
|
url = "2"
|
|
objc = "0.2.7"
|