Files
Cultivation/src-tauri/Cargo.toml

26 lines
730 B
TOML

[package]
name = "cultivation"
version = "2.0.0"
description = "Anime game launcher"
authors = ["KingRainbow44", "SpikeHD"]
license = "MIT"
repository = "https://github.com/Grasscutters/Cultivation"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = ["api-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = "0.11.22"
window-shadows = "0.2.2"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]