[package] name = "mariadb" version = "0.1.0" authors = ["Kristin Barkardottir "] edition = "2018" description = "Integration suite for various application e2e test on kubernets" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cargo-release = "0.10.5" [[bin]] name = "mariadb_test" path = "src/main.rs" bench = false