Initial python groundwork

This commit is contained in:
2023-07-27 22:45:53 -04:00
parent dc44c47df1
commit e80ad9680a
4 changed files with 12 additions and 2 deletions

View File

@@ -38,4 +38,8 @@ features = ["json", "rustls-tls"]
[dependencies.diesel]
version = "2.1.0"
default-features = false
features = ["postgres", "32-column-tables", "serde_json", "r2d2", "with-deprecated"]
features = ["postgres", "32-column-tables", "serde_json", "r2d2", "with-deprecated"]
[dependencies.pyo3]
version = "0.19.1"
features = ["auto-initialize"]