mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
13 lines
263 B
TOML
13 lines
263 B
TOML
[package]
|
|
name = "streaming"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { path = "../../core/tauri-build" }
|
|
|
|
[dependencies]
|
|
percent-encoding = "2"
|
|
tauri = { path = "../../core/tauri" }
|
|
tauri-utils = { path = "../../core/tauri-utils" }
|