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.
43 lines
1.0 KiB
43 lines
1.0 KiB
[package]
|
|
name = "nothing"
|
|
version = "0.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]
|
|
tauri = { version = "1.2", features = [ "system-tray", "api-all"] }
|
|
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"
|
|
|
|
[features]
|
|
# this feature is used for production builds or when `devPath` points to the filesystem
|
|
# DO NOT REMOVE!!
|
|
custom-protocol = ["tauri/custom-protocol"]
|
|
|