From 3a7af37527c7752b42d518ec719a479254d6ba96 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 10 Jul 2022 14:52:43 +0300 Subject: micropub: move MicropubError into kittybox-util Looks like this shared data structure will be useful to me later when splitting off the media endpoint into its own crate. --- kittybox-rs/Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kittybox-rs/Cargo.lock') diff --git a/kittybox-rs/Cargo.lock b/kittybox-rs/Cargo.lock index 05008ad..0a31753 100644 --- a/kittybox-rs/Cargo.lock +++ b/kittybox-rs/Cargo.lock @@ -1560,7 +1560,10 @@ dependencies = [ name = "kittybox-util" version = "0.1.0" dependencies = [ + "axum-core", + "http", "serde", + "serde_json", ] [[package]] -- cgit 1.4.1