amtkstat/src-tauri/Cargo.toml

23 lines
605 B
TOML
Raw Permalink Normal View History

2024-09-09 03:12:35 -04:00
[package]
name = "amtrakstatus"
version = "0.1.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]
2024-11-13 16:25:57 -05:00
tauri-build = { version = "2", features = [] }
2024-09-09 03:12:35 -04:00
[dependencies]
2024-11-13 16:25:57 -05:00
tauri = { version = "2", features = [] }
2024-09-09 03:12:35 -04:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
webbrowser = "1.0.2"
2024-11-13 16:25:57 -05:00
tauri-plugin-shell = "2"
2024-09-09 03:12:35 -04:00
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]