hololake-system-architecture/product-source/guanghu-education-industry-os/src-tauri/Cargo.toml

20 lines
540 B
TOML

[package]
name = "guanghu-education-industry-os"
version = "0.2.1"
description = "Guanghu Education Subdomain operating system client"
authors = ["Guanghu"]
license = "LicenseRef-Guanghu"
edition = "2021"
rust-version = "1.77.2"
[lib]
name = "guanghu_education_industry_os"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.4", features = [] }
[dependencies]
tauri = { version = "2.11.5", features = ["macos-private-api"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"