async_std main attribute

Closes #1
This commit is contained in:
Martin Loffler
2021-01-04 14:59:25 +01:00
parent 1b711a88ef
commit f24d478454
3 changed files with 14 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ impl_ops = "0.1.1"
ctrlc = { version = "3.0", features = ["termination"] }
async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] }
rauth = { git = "https://gitlab.insrt.uk/insert/rauth" }
async-std = { version = "1.8.0", features = ["tokio02"] }
async-std = { version = "1.8.0", features = ["tokio02", "attributes"] }
hive_pubsub = { version = "0.4.3", features = ["mongo"] }
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }