Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created September 9, 2024 11:24
Show Gist options
  • Select an option

  • Save thewh1teagle/fd3fb7fdf320ef49fe26f07ff6d77b27 to your computer and use it in GitHub Desktop.

Select an option

Save thewh1teagle/fd3fb7fdf320ef49fe26f07ff6d77b27 to your computer and use it in GitHub Desktop.
[package]
name = "present"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "=2.0.0-rc.9", features = [] }
[dependencies]
tauri = { version = "=2.0.0-rc.10", features = ["custom-protocol", "devtools"] }
tauri-plugin-shell = "=2.0.0-rc.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
kebo_api = { path = "../../api" }
kebo_automation = { path = "../../automation" }
log = "0.4.21"
env_logger = { version = "0.11.3", features = ["color"] }
tokio = "1.38.0"
eyre = { git = "https://github.com/thewh1teagle/eyre", branch = "feat/report-serialize-backtrace", features = [
"serialize",
] }
rdev = { version = "0.5.3", features = ["serialize"] }
tauri-plugin-dialog = "=2.0.0-rc.5"
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-global-shortcut = "2.0.0-beta.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment