You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nothing/src-tauri/Cargo.toml

49 lines
1.3 KiB

[package]
name = "nothing"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
edition = "2021"
build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
poe_data = { path = "poe_data" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri-build = { version = "1.2", features = [] }
ts-rs = "6.2.1"
[dependencies]
steamlocate = "1.2.1"
tauri = { version = "1.2", features = [ "dialog-message", "http-request", "dialog-open", "global-shortcut-all", "dialog-save", "updater", "system-tray"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Underlayer = { git = "https://git.isark.me/isark/Underlay.git" }
# Underlayer = { path = "/home/isark/DEV/Underlayer"}
log = "0.4.19"
simple_logger = "4.2.0"
x11rb = "0.12.0"
raw-window-handle = "0.5.2"
statig = "0.3.0"
crossbeam = "0.8.2"
poe_data = { path = "poe_data" }
directories = "5.0.1"
notify = "6.0.1"
regex = "1.9.3"
lazy_static = "1.4.0"
uuid = { version = "1.6.1", features = ["v4", "serde"] }
serde_with = "3.7.0"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]