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

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

[dependencies]
pyo3 = "0.22.6"