Initial python groundwork
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user