chat-communicators/Cargo.toml

15 lines
497 B
TOML
Raw Normal View History

2023-01-29 03:50:25 +00:00
[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" }