diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-03 00:15:02 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-03 00:20:36 +0300 |
| commit | 84ac3652415b662aae9580c008a5aa996d58c9f4 (patch) | |
| tree | 3d39fe6ce5da76a1102458c120480e4190a70fcf /py_bindings/Cargo.toml | |
| parent | e17048eddfe2df86abd2d498da2a33b9c3dd8a72 (diff) | |
Rename to AutereDB
Diffstat (limited to 'py_bindings/Cargo.toml')
| -rw-r--r-- | py_bindings/Cargo.toml | 2 |
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 = [] } |
