1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-01 20:18:07 +01:00
slidershim/src-tauri/Cargo.toml

30 lines
605 B
TOML
Raw Permalink Normal View History

2022-01-27 19:37:27 +08:00
[package]
2022-01-28 20:17:34 +08:00
name = "slidershim"
2022-06-26 15:12:13 +08:00
version = "0.3.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-03-18 21:43:10 +08:00
tauri-build = { version = "1.0.0-rc.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-03-18 21:43:10 +08:00
tauri = { version = "1.0.0-rc.4", features = ["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" ]