Use contextswitch-types crates from Github
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -347,6 +347,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "contextswitch-types"
|
name = "contextswitch-types"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/dax/contextswitch-types.git#bde9fbc2e638c6cadad90702819bf5d4a324ace3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ path = "src/main.rs"
|
|||||||
name = "contextswitch-api"
|
name = "contextswitch-api"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
contextswitch-types = { path = "../types" }
|
contextswitch-types = { git = "https://github.com/dax/contextswitch-types.git" }
|
||||||
actix-web = "=4.0.0-beta.19"
|
actix-web = "=4.0.0-beta.19"
|
||||||
actix-http = "=3.0.0-beta.18"
|
actix-http = "=3.0.0-beta.18"
|
||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user