diff options
| author | Xe Iaso <me@christine.website> | 2022-07-11 11:16:54 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-07-11 11:16:54 +0000 |
| commit | 4e57715b09c064d9729727a6d28847242cdb93a7 (patch) | |
| tree | 10a9f95033fb0723a78185d1286bececf3fb5840 /Cargo.toml | |
| parent | b0a87b890e2f97842ff738166207341ba5f11e58 (diff) | |
| download | xesite-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.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |
