2023-09-20 16:01:53 +02:00
|
|
|
[package]
|
|
|
|
name = "mdbook-course"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Mitchell <djmitche@google.com>"]
|
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
publish = false
|
|
|
|
repository = "https://github.com/google/comprehensive-rust"
|
|
|
|
description = "An mdbook preprocessor for comprehensive-rust."
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.68"
|
|
|
|
clap = "4.4.4"
|
2023-11-29 17:39:24 +02:00
|
|
|
lazy_static = "1.4"
|
2023-09-20 16:01:53 +02:00
|
|
|
log = "0.4.17"
|
|
|
|
matter = "0.1.0-alpha4"
|
|
|
|
mdbook = "0.4.25"
|
2023-11-20 16:26:19 +02:00
|
|
|
pretty_env_logger = "0.5.0"
|
2023-11-29 17:39:24 +02:00
|
|
|
regex = "1.10"
|
|
|
|
serde = "1.0.192"
|
2023-09-20 16:01:53 +02:00
|
|
|
serde_json = "1.0.107"
|
2023-11-29 17:39:24 +02:00
|
|
|
serde_yaml = "0.9"
|