[package]
edition = "2021"
name = "testcontainers-rs-images"
version = "0.0.1"
authors = ["romnn <contact@romnn.com>"]
exclude = []
publish = true
description = "pre-configured testcontainer images"
homepage = "https://github.com/romnn/testcontainers-rs"
readme = "README.md"
keywords = [
"docker",
"testcontainers",
"integration-testing",
"containers",
]
categories = ["development-tools::testing"]
license-file = "LICENSE"
repository = "https://github.com/romnn/testcontainers-rs"
resolver = "1"
[dependencies]