Use contextswitch-types crates from Github

This commit is contained in:
2022-01-10 15:10:56 +01:00
parent 747e962bc9
commit 884d4bee1f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ path = "src/main.rs"
name = "contextswitch-api"
[dependencies]
contextswitch-types = { path = "../types" }
contextswitch-types = { git = "https://github.com/dax/contextswitch-types.git" }
actix-web = "=4.0.0-beta.19"
actix-http = "=3.0.0-beta.18"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }