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

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

[dependencies]
pyo3 = "0.20.0"