diff options
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" |