You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
466 B
TOML
20 lines
466 B
TOML
[package]
|
|
name = "broadcast-client"
|
|
version = "0.1.0"
|
|
description = "Broadcast Ruler Client"
|
|
authors = ["team"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "broadcast_client_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "1", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "1", features = ["window-all"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
chrono = { version = "0.4", features = ["clock"] }
|