mirror of https://github.com/synctv-org/synctv
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.
30 lines
506 B
TOML
30 lines
506 B
TOML
|
1 month ago
|
[package]
|
||
|
|
name = "synctv-web-ui"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
build = "build.rs"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = []
|
||
|
|
embed = []
|
||
|
|
|
||
|
|
[build-dependencies]
|
||
|
|
brotli.workspace = true
|
||
|
|
flate2.workspace = true
|
||
|
|
hex.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
sha2.workspace = true
|
||
|
|
toml.workspace = true
|
||
|
|
|
||
|
|
[dev-dependencies]
|
||
|
|
hex.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
sha2.workspace = true
|
||
|
|
tempfile.workspace = true
|
||
|
|
toml.workspace = true
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|