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

22
client/Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
[package]
name = "rust_communication"
version = "0.1.0"
edition = "2024"
[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", "MediaTrackConstraints", "MediaTrackConstraintSet", "Navigator", "Window"] }
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"