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]
|
[workspace]
|
||||||
members = ["apb", "web", "mdhtml", "uriproxy"]
|
members = ["apb", "web", "utils/mdhtml", "utils/uriproxy"]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "upub"
|
name = "upub"
|
||||||
|
@ -28,8 +28,8 @@ serde_json = "1"
|
||||||
serde_default = "0.1"
|
serde_default = "0.1"
|
||||||
serde-inline-default = "0.2"
|
serde-inline-default = "0.2"
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
mdhtml = { path = "mdhtml", features = ["markdown"] }
|
mdhtml = { path = "utils/mdhtml", features = ["markdown"] }
|
||||||
uriproxy = { path = "uriproxy" }
|
uriproxy = { path = "utils/uriproxy" }
|
||||||
jrd = "0.1"
|
jrd = "0.1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
|
|
Loading…
Reference in a new issue