|
|
@@ -238,7 +238,7 @@ version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"errors 0.1.0", |
|
|
|
"rendering 0.1.0", |
|
|
|
"highlighting 0.1.0", |
|
|
|
"serde 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -440,6 +440,14 @@ dependencies = [ |
|
|
|
"ws 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "highlighting" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "httparse" |
|
|
|
version = "1.2.3" |
|
|
@@ -939,6 +947,7 @@ version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"errors 0.1.0", |
|
|
|
"front_matter 0.1.0", |
|
|
|
"highlighting 0.1.0", |
|
|
|
"lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|