You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
408 B
15 lines
408 B
[package] |
|
name = "watch-party" |
|
version = "0.1.0" |
|
edition = "2021" |
|
|
|
[dependencies] |
|
futures = "0.3.17" |
|
futures-util = "0.3.17" |
|
once_cell = "1.8.0" |
|
serde = { version = "1.0.130", features = ["derive"] } |
|
serde_json = "1.0.68" |
|
tokio = { version = "1.12.0", features = ["full"] } |
|
tokio-stream = { version = "0.1.7", features = ["fs"] } |
|
uuid = { version = "0.8.2", features = ["v4"] } |
|
warp = "0.3.1"
|
|
|