FastWave2.0/src-tauri/Cargo.toml

37 lines
1.2 KiB
TOML
Raw Normal View History

2024-05-27 19:24:46 +00:00
[package]
name = "fastwave"
version = "0.1.0"
authors = ["FastWave authors"]
repository = "https://github.com/JoyOfHardware/FastWave2.0"
edition = "2021"
rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
2024-12-04 14:15:26 +00:00
tauri-build = { version = "2.0.3", features = [] }
2024-05-27 19:24:46 +00:00
[dependencies]
wellen.workspace = true
2024-12-23 20:22:17 +00:00
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "cacdb5bb3b72bad2c729227537979d95af75978f" }
2024-06-06 20:04:57 +00:00
shared = { path = "../shared", features = ["backend"] }
2024-05-27 19:24:46 +00:00
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
2024-12-04 14:15:26 +00:00
tauri = { version = "2.1.1", features = ["macos-private-api"] }
tauri-plugin-window-state = "2.0.2"
tauri-plugin-dialog = "2.0.4"
2024-07-07 20:26:44 +00:00
once_cell = "1.19.0"
2024-07-08 12:30:49 +00:00
futures = "0.3.30"
2024-11-27 12:26:54 +00:00
reqwest = "0.12.9"
2024-11-28 17:09:49 +00:00
tokio = "*"
2024-07-05 00:09:26 +00:00
# wasmtime = "22.0.0"
# wasmtime-wasi = "22.0.0"
# ~23.0.0
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "842fa767acdc26f096ac108605353b8b71e23169" }
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "842fa767acdc26f096ac108605353b8b71e23169" }