feat(education): publish Guanghu subdomain stage one
This commit is contained in:
parent
a57ce92e65
commit
058fd3ed15
43 changed files with 12391 additions and 12 deletions
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "guanghu-education-industry-os"
|
||||
version = "0.2.0"
|
||||
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"
|
||||
Loading…
Reference in a new issue