chicken-box/src-tauri/Cargo.toml

26 lines
654 B
TOML
Raw Normal View History

2024-11-22 09:56:25 +00:00
[package]
name = "chicken-box"
version = "0.1.0"
description = "Chicken Box"
authors = ["Guanran Wang <guanran928@outlook.com>"]
license = "MIT"
repository = "https://git.ny4.dev/nyancat/chicken-box"
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.0.2", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.1.0", features = [] }
tauri-plugin-log = "2.0.0-rc"