diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-09-09 21:58:21 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-09-09 21:58:21 -0400 |
| commit | 3c34d8854163880097bc6b326a6c79db7b5b3b73 (patch) | |
| tree | 906815e897b704157f3757f7417ec0fe206a5c8d /lib/xesite_markdown/Cargo.toml | |
| parent | 543c4bee328a38eddc5ba5489bec49c3b2f6fb59 (diff) | |
| download | xesite-3c34d8854163880097bc6b326a6c79db7b5b3b73.tar.xz xesite-3c34d8854163880097bc6b326a6c79db7b5b3b73.zip | |
more work getting it working in Go
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lib/xesite_markdown/Cargo.toml')
| -rw-r--r-- | lib/xesite_markdown/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml index b8f551c..6cf9091 100644 --- a/lib/xesite_markdown/Cargo.toml +++ b/lib/xesite_markdown/Cargo.toml @@ -15,6 +15,7 @@ sha2 = "0.10" serde_json = "1" thiserror = "1" tracing = "0.1" +tracing-subscriber = { version = "0.3", features = ["fmt"] } url = "2" # local deps |
