mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
Publish New Versions (v2) (#374)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
committed by
GitHub
parent
37d65620f1
commit
a2d68e04a1
@@ -1,13 +1,11 @@
|
||||
[package]
|
||||
name = "tauri-plugin-websocket"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0-alpha.0"
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
exclude = ["/examples"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
exclude = [ "/examples" ]
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true }
|
||||
@@ -17,7 +15,7 @@ log = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
rand = "0.8"
|
||||
futures-util = "0.3"
|
||||
tokio = { version = "1", features = ["net", "sync"] }
|
||||
tokio = { version = "1", features = [ "net", "sync" ] }
|
||||
tokio-tungstenite = { version = "0.18" }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user