chore: moved uriproxy and mdhtml under utils

This commit is contained in:
əlemi 2024-05-25 07:02:14 +02:00
parent af994da294
commit 6ce842fe54
Signed by: alemi
GPG key ID: A4895B84D311642C
5 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["apb", "web", "mdhtml", "uriproxy"]
members = ["apb", "web", "utils/mdhtml", "utils/uriproxy"]
[package]
name = "upub"
@ -28,8 +28,8 @@ serde_json = "1"
serde_default = "0.1"
serde-inline-default = "0.2"
toml = "0.8"
mdhtml = { path = "mdhtml", features = ["markdown"] }
uriproxy = { path = "uriproxy" }
mdhtml = { path = "utils/mdhtml", features = ["markdown"] }
uriproxy = { path = "utils/uriproxy" }
jrd = "0.1"
tracing = "0.1"
tracing-subscriber = "0.3"