Initial commit: Momentry Portal v0.1.0
This commit is contained in:
28
src-tauri/Cargo.toml
Normal file
28
src-tauri/Cargo.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[package]
|
||||
name = "momentry-portal"
|
||||
version = "0.1.0"
|
||||
description = "Momentry Portal - Search & Identity Management"
|
||||
authors = ["Momentry Team"]
|
||||
license = "MIT"
|
||||
repository = ""
|
||||
edition = "2021"
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.0.0", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.0.0", features = [] }
|
||||
tauri-plugin-shell = "2.0.0"
|
||||
tauri-plugin-http = { version = "2.0.0", features = ["unsafe-headers"] }
|
||||
tauri-plugin-fs = "2.0.0"
|
||||
tauri-plugin-global-shortcut = "2.0.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
base64 = "0.21"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
anyhow = "1.0"
|
||||
|
||||
[features]
|
||||
default = ["custom-protocol"]
|
||||
custom-protocol = ["tauri/custom-protocol"]
|
||||
Reference in New Issue
Block a user