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

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

[dependencies]
pyo3 = "0.20.0"