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

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

[dependencies]
pyo3 = "0.20.0"