17 lines
670 B
TOML
17 lines
670 B
TOML
[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" ]}
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
#openssl = { version = "0.10", features = ["vendored"] }
|
|
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" }
|
|
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }
|
|
actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" } |