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

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

[dependencies]
pyo3 = "0.20.0"