build: 🚚 moving to workspace structure

This commit is contained in:
Ahmet Kaan Gümüş 2025-04-07 01:52:52 +03:00
parent 0f34554797
commit 7434d131c4
9 changed files with 72 additions and 29 deletions

View file

@ -1,22 +1,8 @@
[package]
name = "rust_communication"
version = "0.1.0"
edition = "2024"
[workspace]
members = [
"client",
"server",
]
[dependencies]
console_error_panic_hook = "0.1.7"
leptos = { version = "0.7.8", features = ["csr"] }
wasm-bindgen-futures = "0.4.50"
web-sys = { version = "0.3.77", features = ["AudioBuffer", "AudioBufferSourceNode", "AudioContext", "HtmlAudioElement","MediaDevices", "MediaStream", "MediaStreamConstraints", "MediaStreamTrack", "Navigator", "Window"] }
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"
[workspace.dependencies]
serde = "1.0.219"