2023-09-20 10:01:53 -04: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]
|
2024-02-26 10:50:09 +00:00
|
|
|
anyhow = "1.0.80"
|
2024-02-19 11:25:19 +00:00
|
|
|
clap = "4.5.1"
|
2023-11-29 10:39:24 -05:00
|
|
|
lazy_static = "1.4"
|
2023-09-20 10:01:53 -04:00
|
|
|
log = "0.4.17"
|
|
|
|
matter = "0.1.0-alpha4"
|
2024-02-12 10:40:19 +00:00
|
|
|
mdbook = "0.4.37"
|
2023-11-20 15:26:19 +01:00
|
|
|
pretty_env_logger = "0.5.0"
|
2023-11-29 10:39:24 -05:00
|
|
|
regex = "1.10"
|
2024-02-26 10:50:09 +00:00
|
|
|
serde = "1.0.197"
|
|
|
|
serde_json = "1.0.114"
|
2023-11-29 10:39:24 -05:00
|
|
|
serde_yaml = "0.9"
|