chore: moved uriproxy and mdhtml under utils
This commit is contained in:
parent
af994da294
commit
6ce842fe54
5 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue