代码拉取完成,页面将自动刷新
[workspace]
resolver = "2"
members = [
"src-tauri",
"plugins/tauri-plugin-deno",
]
[workspace.package]
authors = ["String 348040933@qq.com"]
edition = "2021"
license = "MIT"
repository = "https://gitee.com/stringlxd/tauri-cc"
[workspace.dependencies]
axum = "0.6"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23.3"
tokio-tungstenite = "0.16.1"
serde = { version = "1" }
serde_json = "1.0"
serde_bytes = "0.11"
anyhow = { version = "1" }
clap = { version = "4.0.15" }
getset = "0.1.2"
fast_log = { version = "1", features = ["lz4", "zip", "gzip"] }
rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] }
futures = "0.3.21"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json"] }
async-channel = "2.3.1"
num-bigint = { version = "0.4", features = ["rand"] }
prost = "0.11"
url = { version = "2.3.1", features = ["serde", "expose_internals"] }
async-trait = "0.1.73"
log = "0.4.21"
rand = "=0.8.5"
ring = "^0.17.0"
thiserror = "1.0.40"
tokio-util = "0.7.4"
uuid = { version = "1.3.0", features = ["v4"] }
tauri-plugin-deno = { version = "0.1.0", path = "plugins/tauri-plugin-deno" }
tauri = { version = "2", features = [] }
duckdb = {version="1"}
[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = 'z' # Optimize for size
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。