[package] name = "chat-communicators" version = "0.1.0" edition = "2021" [lib] [dependencies] tokio = { version = "1.20.1", features = ["full"] } reqwest = { version = "0.11.11", features = [ "json", "blocking" ]} serde = { version = "1.0", features = ["derive"] } chat-types = { git = "https://git.franklinblanco.dev/franklinblanco/chat-types.git" } err = { git = "https://github.com/franklinblanco/err.git" } actix-web-utils = { git = "https://github.com/franklinblanco/actix-web-utils.git" }