[package]
name = "sqlx-type"
version = "0.4.16"
authors = ["Jakob Truelsen <antialize@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
keywords = [ ]
repository = "https://github.com/antialize/qusql/"
homepage = "https://github.com/antialize/qusql/"
description = "This has been renamed to https://crates.io/crates/qusql-sqlx-type"
[workspace]
members = ["sqlx-type-macro", "."]
[dev-dependencies]
sqlx = { version = "0.8", default-features = false, features = ["chrono", "runtime-tokio-native-tls", "mysql"] }
[dependencies]
sqlx-type-macro = { version = "0.4.15", path = "./sqlx-type-macro"}
chrono = "0.4"