Files
eve-alpha/src-tauri/Cargo.toml
Aodhan Collins 66749a5ce7 Initial commit
2025-10-06 00:33:04 +01:00

26 lines
714 B
TOML

[package]
name = "eve-assistant"
version = "0.1.0"
description = "EVE - Personal Desktop Assistant"
authors = ["you"]
license = ""
repository = ""
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.5", features = [] }
[dependencies]
dotenvy = "0.15"
tauri = { version = "1.5", features = ["shell-open", "window-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]