summaryrefslogtreecommitdiffstats
path: root/sqlglotrs/Cargo.toml
blob: efd5eb78e645228cda100c3c5dea144aed60b512 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "sqlglotrs"
version = "0.2.9"
edition = "2021"

[lib]
name = "sqlglotrs"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.20.0"