aboutsummaryrefslogtreecommitdiffstats
path: root/py_bindings/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-03 00:15:02 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-03 00:20:36 +0300
commit84ac3652415b662aae9580c008a5aa996d58c9f4 (patch)
tree3d39fe6ce5da76a1102458c120480e4190a70fcf /py_bindings/Cargo.toml
parente17048eddfe2df86abd2d498da2a33b9c3dd8a72 (diff)
Rename to AutereDB
Diffstat (limited to 'py_bindings/Cargo.toml')
-rw-r--r--py_bindings/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/py_bindings/Cargo.toml b/py_bindings/Cargo.toml
index a84ccd6..1ddc264 100644
--- a/py_bindings/Cargo.toml
+++ b/py_bindings/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
crate-type = ["lib"]
[dependencies]
-log_db = { path = "../log_db" }
+autere_db = { path = "../autere_db" }
pyo3 = "0.22.3"
rust_decimal = { version = "1.36.0", features = [] }