diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-14 22:13:19 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-14 22:13:19 +0100 |
| commit | 8c0ee6d17fe0dbd7748e7b60ff01a0e8f25faa51 (patch) | |
| tree | 1ff5856dec2a359f01a340e428704b028df38e51 /database/Cargo.toml | |
| parent | 314b9cf6eddda6d0a3c5bd153e960873622224b1 (diff) | |
| download | jellything-8c0ee6d17fe0dbd7748e7b60ff01a0e8f25faa51.tar jellything-8c0ee6d17fe0dbd7748e7b60ff01a0e8f25faa51.tar.bz2 jellything-8c0ee6d17fe0dbd7748e7b60ff01a0e8f25faa51.tar.zst | |
implement db trait without wrappers
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index 9354353..d15cee6 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -jellycommon = { path = "../common" } +jellyobject = { path = "../common/object" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } serde_json = "1.0.145" |