aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-07-11 11:16:54 +0000
committerXe Iaso <me@christine.website>2022-07-11 11:16:54 +0000
commit4e57715b09c064d9729727a6d28847242cdb93a7 (patch)
tree10a9f95033fb0723a78185d1286bececf3fb5840 /Cargo.toml
parentb0a87b890e2f97842ff738166207341ba5f11e58 (diff)
downloadxesite-4e57715b09c064d9729727a6d28847242cdb93a7.tar.xz
xesite-4e57715b09c064d9729727a6d28847242cdb93a7.zip
handlers/notes: create, update, delete, tailauth too
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7427f0..38b36c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,9 +52,10 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
# workspace dependencies
cfcache = { path = "./lib/cfcache" }
-xe_jsonfeed = { path = "./lib/jsonfeed" }
mi = { path = "./lib/mi" }
patreon = { path = "./lib/patreon" }
+ts_localapi = { path = "./lib/ts_localapi" }
+xe_jsonfeed = { path = "./lib/jsonfeed" }
xesite_types = { path = "./lib/xesite_types" }
bb8-rusqlite = { git = "https://github.com/pleshevskiy/bb8-rusqlite", branch = "bump-rusqlite" }