1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "teaql-sql"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description.workspace = true
repository.workspace = true
readme = "README.md"

[dependencies]
teaql-core = { path = "../teaql-core", version = "0.9.4", registry = "teaql" }