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

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

[dependencies]
pyo3 = "0.22.6"