dev-communicators/Cargo.toml

17 lines
644 B
TOML
Raw Normal View History

2022-08-21 15:32:47 +00:00
[package]
name = "dev-communicators"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
[dependencies]
tokio = { version = "1.20.1", features = ["full"] }
reqwest = { version = "0.11.11", features = [ "json", "blocking" ]}
2022-08-21 15:32:47 +00:00
serde = { version = "1.0", features = ["derive"] }
2022-09-08 15:57:32 +00:00
#openssl = { version = "0.10", features = ["vendored"] }
err = { git = "https://github.com/franklinblanco/err.git" }
2022-10-23 04:06:44 +00:00
dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" }
actix-web-utils = { git = "https://github.com/franklinblanco/actix-web-utils.git" }