malignius 0.0.1

Fixures and seeding for your tests
Documentation
[package]
name = "malignius"
version = "0.0.1"
description = "Fixures and seeding for your tests"
repository = "https://github.com/maxdeviant/malignius"
documentation = "https://docs.rs/malignius"
categories = ["development-tools::testing"]
keywords = ["malignius", "fixtures", "seeding"]
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "0.1.73"

[dev-dependencies]
derive_builder = "0.12.0"
rusqlite = "0.29.0"
tokio = { version = "1.32.0", features = ["full"] }