aboutsummaryrefslogtreecommitdiffstats
path: root/py_bindings/Cargo.toml
blob: 1ddc264da25e654d899e173df49c96399ee80ca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "py_bindings"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["lib"]

[dependencies]
autere_db = { path = "../autere_db" }
pyo3 = "0.22.3"
rust_decimal = { version = "1.36.0", features = [] }