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.
22 lines
551 B
TOML
22 lines
551 B
TOML
[package]
|
|
name = "synctv-adapter"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
axum.workspace = true
|
|
http.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
synctv-common = { workspace = true, default-features = false }
|
|
synctv-core = { workspace = true, default-features = false }
|
|
synctv-proto = { workspace = true, default-features = false, features = ["main"] }
|
|
sqids.workspace = true
|
|
thiserror.workspace = true
|
|
tonic.workspace = true
|