diff options
author | Titus Wormer <tituswormer@gmail.com> | 2023-02-10 12:43:38 +0100 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2023-02-10 12:43:38 +0100 |
commit | 905b62583be73a8969014dbb98b6fd1c92c23df6 (patch) | |
tree | 78827305dcb1110ca48c2951c8eae82dc182f268 /Cargo.toml | |
parent | 72a8cf99fbd20ab29f4f3c1845c67898cdaff7de (diff) | |
download | markdown-rs-905b62583be73a8969014dbb98b6fd1c92c23df6.tar.gz markdown-rs-905b62583be73a8969014dbb98b6fd1c92c23df6.tar.bz2 markdown-rs-905b62583be73a8969014dbb98b6fd1c92c23df6.zip |
Add `log` feature, document features
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ harness = false [features] default = [] json = ["dep:serde", "dep:serde_json"] +log = ["dep:log"] [dependencies] log = { version = "0.4", optional = true } |