diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:46 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:46 +0100 |
commit | 0ce64a50b763d2b19f5ca254233370418f4b7658 (patch) | |
tree | fe1587d38c77180b0c7fa4911d416605e5d6c6e3 /common/Cargo.toml | |
parent | 87ebdede17007b626b1275c66dde1e5aefd6cddc (diff) | |
download | jellything-0ce64a50b763d2b19f5ca254233370418f4b7658.tar jellything-0ce64a50b763d2b19f5ca254233370418f4b7658.tar.bz2 jellything-0ce64a50b763d2b19f5ca254233370418f4b7658.tar.zst |
add json capability to most useful endpoints
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r-- | common/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml index 066e79c..9038bc4 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0.217", features = ["derive"] } +serde = { version = "1.0.217", features = ["derive", "rc"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } rocket = { workspace = true, optional = true } chrono = { version = "0.4.39", features = ["serde"] } |