AeThex-OS/src-tauri/Cargo.toml
2025-12-24 19:11:48 +00:00

25 lines
650 B
TOML

[package]
name = "aethex-os"
version = "1.0.0"
description = "AeThex Web Desktop Platform"
authors = ["AeThex Corporation"]
license = "MIT"
repository = "https://github.com/AeThex-Corporation/AeThex-OS"
edition = "2021"
rust-version = "1.77.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.9.5", features = [] }
tauri-plugin-log = "2"