platform::timeline
This commit is contained in:
parent
c0de520811
commit
6e85b7fa35
16 changed files with 157 additions and 217 deletions
|
@ -9,3 +9,10 @@ publish.workspace = true
|
|||
|
||||
[dependencies]
|
||||
wellen.workspace = true
|
||||
moonlight.workspace = true
|
||||
# @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"]
|
||||
|
|
Reference in a new issue