diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-02-05 17:50:02 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-02-09 23:52:26 +0200 |
| commit | d422ffe3d48d2061b4d3ddeb0c08796e4d71a5fa (patch) | |
| tree | 0b6820b060bf0cbeb2686a53a23c9ebee5654334 /py_bindings/Cargo.toml | |
| parent | d4c953dc4bbd190dae4b5be69941f5c42c59af34 (diff) | |
Remove Recordable trait, implement Python bindings, fixes
Diffstat (limited to 'py_bindings/Cargo.toml')
| -rw-r--r-- | py_bindings/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py_bindings/Cargo.toml b/py_bindings/Cargo.toml index 2f7a83f..a84ccd6 100644 --- a/py_bindings/Cargo.toml +++ b/py_bindings/Cargo.toml @@ -9,3 +9,4 @@ crate-type = ["lib"] [dependencies] log_db = { path = "../log_db" } pyo3 = "0.22.3" +rust_decimal = { version = "1.36.0", features = [] } |
