Use contextswitch-types crates for Github

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

1
Cargo.lock generated
View File

@@ -347,6 +347,7 @@ dependencies = [
[[package]]
name = "contextswitch-types"
version = "0.1.0"
source = "git+https://github.com/dax/contextswitch-types.git#bde9fbc2e638c6cadad90702819bf5d4a324ace3"
dependencies = [
"chrono",
"serde",

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"] }