[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 = "2.0.0-beta", features = [] } ts-rs = "6.2.1" [dependencies] steamlocate = "1.2.1" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } 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" tauri-plugin-dialog = "2.0.0-beta.10" tauri-plugin-http = "2.0.0-beta.11" tauri-plugin-global-shortcut = "2.0.0-beta.7" [features] # this feature is used for production builds or when `devPath` points to the filesystem # DO NOT REMOVE!! custom-protocol = ["tauri/custom-protocol"] [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies] tauri-plugin-global-shortcut = "2.0.0-beta.7"