2022-01-27 12:37:27 +01:00
|
|
|
[package]
|
2022-01-28 13:17:34 +01:00
|
|
|
name = "slidershim"
|
2022-02-22 17:35:45 +01:00
|
|
|
version = "0.2.1"
|
2022-01-28 13:17:34 +01:00
|
|
|
description = "slidershim"
|
|
|
|
authors = ["4yn"]
|
2022-01-27 12:37:27 +01:00
|
|
|
license = ""
|
|
|
|
repository = ""
|
2022-01-28 13:17:34 +01:00
|
|
|
default-run = "slidershim"
|
2022-01-27 12:37:27 +01:00
|
|
|
edition = "2018"
|
|
|
|
build = "src/build.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
tauri-build = { version = "1.0.0-beta.4" }
|
|
|
|
|
|
|
|
[dependencies]
|
2022-02-04 16:45:36 +01:00
|
|
|
log = "0.4.14"
|
2022-02-05 11:00:06 +01:00
|
|
|
simple-logging = "2.0.2"
|
2022-02-12 15:14:50 +01:00
|
|
|
env_logger = "0.9.0"
|
2022-02-09 07:00:36 +01:00
|
|
|
|
|
|
|
parking_lot = "0.12.0"
|
2022-02-04 16:45:36 +01:00
|
|
|
|
2022-02-09 07:00:36 +01:00
|
|
|
tauri = { version = "1.0.0-beta.8", features = ["shell-open", "system-tray"] }
|
|
|
|
open = "2.0.2"
|
2022-01-27 12:37:27 +01:00
|
|
|
|
2022-02-12 15:14:50 +01:00
|
|
|
slider_io = {path = "../src-slider_io" }
|
2022-02-09 07:00:36 +01:00
|
|
|
|
2022-01-27 12:37:27 +01:00
|
|
|
[features]
|
|
|
|
default = [ "custom-protocol" ]
|
|
|
|
custom-protocol = [ "tauri/custom-protocol" ]
|