2022-01-27 19:37:27 +08:00
|
|
|
[package]
|
2022-01-28 20:17:34 +08:00
|
|
|
name = "slidershim"
|
2023-10-05 20:30:23 +08:00
|
|
|
version = "0.5.1"
|
2022-01-28 20:17:34 +08:00
|
|
|
description = "slidershim"
|
|
|
|
authors = ["4yn"]
|
2022-01-27 19:37:27 +08:00
|
|
|
license = ""
|
|
|
|
repository = ""
|
2022-01-28 20:17:34 +08:00
|
|
|
default-run = "slidershim"
|
2022-01-27 19:37:27 +08:00
|
|
|
edition = "2018"
|
|
|
|
build = "src/build.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2022-07-24 13:15:35 +08:00
|
|
|
tauri-build = { version = "1.0.4", features = [] }
|
2022-01-27 19:37:27 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2022-02-04 23:45:36 +08:00
|
|
|
log = "0.4.14"
|
2022-02-05 18:00:06 +08:00
|
|
|
simple-logging = "2.0.2"
|
2022-02-12 22:14:50 +08:00
|
|
|
env_logger = "0.9.0"
|
2022-02-09 14:00:36 +08:00
|
|
|
|
|
|
|
parking_lot = "0.12.0"
|
2022-02-04 23:45:36 +08:00
|
|
|
|
2022-07-24 21:11:48 +08:00
|
|
|
tauri = { version = "1.0.4", features = ["shell-open", "system-tray", "window-start-dragging"] }
|
2022-02-09 14:00:36 +08:00
|
|
|
open = "2.0.2"
|
2022-01-27 19:37:27 +08:00
|
|
|
|
2022-02-12 22:14:50 +08:00
|
|
|
slider_io = {path = "../src-slider_io" }
|
2022-02-09 14:00:36 +08:00
|
|
|
|
2022-01-27 19:37:27 +08:00
|
|
|
[features]
|
|
|
|
default = [ "custom-protocol" ]
|
|
|
|
custom-protocol = [ "tauri/custom-protocol" ]
|