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" ]}
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2022-08-31 17:19:41 +00:00
|
|
|
actix-web-utils = "0.2.5"
|
2022-08-21 15:32:47 +00:00
|
|
|
|
|
|
|
openssl = { version = "0.10", features = ["vendored"] }
|
|
|
|
dev-dtos = { git = "https://backend:Eo1n1TPsyWV7wwo9uFwgUJGKKheMM6paM2mDkVPA4zqkh5dt6Q6XPkbtojzYQudQsM84vSwKmhHHTPjyn535d6NLBmA3meeGj0Gb8if4sceAwvySdmzedg5mN2P5zzQt@gitea.blancoinfante.com/blancoinfante_backend/dev-dtos-rust.git" }
|