use cookie crate instead of strings
This commit is contained in:
@@ -5,10 +5,12 @@ authors = ["Jared Burce <jaredr@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cookie = "0.13"
|
||||
futures = "0.3"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4"
|
||||
sessions = { version = "0.0.2", features = ["fs-store", "nanoid", "tokio"] }
|
||||
time = "0.2"
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
warp = "0.2"
|
||||
webrtc-unreliable = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user