1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-12-18 07:05:52 +01:00
slidershim/src-tauri/Cargo.toml

30 lines
605 B
TOML
Raw Normal View History

2022-01-27 12:37:27 +01:00
[package]
2022-01-28 13:17:34 +01:00
name = "slidershim"
2022-03-22 18:56:41 +01:00
version = "0.2.5"
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]
2022-03-18 14:43:10 +01:00
tauri-build = { version = "1.0.0-rc.4", features = [] }
2022-01-27 12:37:27 +01:00
[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-03-18 14:43:10 +01:00
tauri = { version = "1.0.0-rc.4", features = ["system-tray", "window-start-dragging"] }
2022-02-09 07:00:36 +01:00
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" ]