mirror of
https://github.com/readest/readest.git
synced 2026-05-20 17:47:48 +00:00
42 lines
873 B
TOML
42 lines
873 B
TOML
[workspace]
|
|
members = [
|
|
"apps/readest-app/src-tauri",
|
|
"packages/tauri/crates/tauri",
|
|
"packages/tauri-plugins/plugins/fs"
|
|
]
|
|
exclude = [
|
|
"packages/qcms"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
tracing = "0.1"
|
|
log = "0.4"
|
|
tauri = { version = "2", default-features = false }
|
|
tauri-build = "2"
|
|
tauri-plugin = "2"
|
|
tauri-utils = "2"
|
|
schemars = "0.8"
|
|
serde_json = "1"
|
|
thiserror = "2"
|
|
glob = "0.3"
|
|
zbus = "5.9"
|
|
dunce = "1"
|
|
url = "2"
|
|
tar = "0.4.45"
|
|
nix = "0.20.2"
|
|
glib = "0.20.0"
|
|
|
|
[workspace.package]
|
|
authors = ["Bilingify LLC"]
|
|
homepage = "https://readest.com"
|
|
license = "AGPL-3.0"
|
|
repository = "https://github.com/readest/readest"
|
|
categories = []
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
|
|
[patch.crates-io]
|
|
tauri = { path = "packages/tauri/crates/tauri" }
|
|
tauri-plugin-fs = { path = "packages/tauri-plugins/plugins/fs" }
|