FastWave2.0/shared/Cargo.toml

20 lines
494 B
TOML
Raw Normal View History

2024-05-27 19:24:46 +00:00
[package]
name = "shared"
version.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true
readme.workspace = true
publish.workspace = true
2024-06-01 17:39:19 +00:00
[dependencies]
wellen.workspace = true
2024-06-06 20:04:57 +00:00
moonlight.workspace = true
2024-06-08 21:51:30 +00:00
convert-base = "1.1.2"
2024-06-06 20:04:57 +00:00
# @TODO update `futures_util_ext` - add feature `sink`, set exact `futures-util` version
futures-util = { version = "0.3.30", features = ["sink"] }
[features]
frontend = ["moonlight/frontend"]
backend = ["moonlight/backend"]