-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 1.06 KB
/
Cargo.toml
File metadata and controls
29 lines (26 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "rigorstarter-rust-tauri-leptos-ui"
version = "0.1.0"
edition = "2021"
[dependencies]
leptos = { version = "0.7", features = ["csr"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
web-sys = { version = "0.3", features = ["Window", "Document", "Element", "Event", "KeyboardEvent", "Storage", "Navigator", "MediaDevices", "MediaRecorder", "MediaStream", "MediaStreamTrack", "MediaStreamConstraints", "Notification", "NotificationPermission", "NotificationOptions", "SpeechSynthesis", "SpeechSynthesisUtterance", "SpeechSynthesisVoice", "Permissions", "Clipboard", "HtmlElement", "HtmlInputElement", "HtmlSelectElement", "HtmlTextAreaElement", "FileList", "DomTokenList"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.6"
serde_json = "1.0"
console_error_panic_hook = "0.1.7"
pulldown-cmark = "0.10"
hound = "3.5.1"
chrono = "0.4"
thiserror = "1.0"
rfd = "0.14"
tokio = { version = "1", features = ["time"] }
base64 = "0.22"
[dev-dependencies]
wasm-bindgen-test = "0.3"
futures = "0.3"
[workspace]
members = ["src-tauri"]