schema-sync 1.0.0

Production-grade schema synchronization for multi-tenant databases
Documentation
[package]
name = "schema-sync"
version = "1.0.0"
edition = "2021"
authors = ["s4gor"]
description = "Production-grade schema synchronization for multi-tenant databases"
license = "MIT"
repository = "https://github.com/exeebit/schema-sync"

[dependencies]
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.0", features = ["full"] }

[dev-dependencies]
tokio-test = "0.4"