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-05-20 10:06:01 +01:00
|
|
|
anyhow = "1.0.86"
|
2024-04-01 11:22:57 -04:00
|
|
|
clap = "4.5.4"
|
2023-11-29 10:39:24 -05:00
|
|
|
lazy_static = "1.4"
|
2024-03-04 10:55:27 +00:00
|
|
|
log = "0.4.21"
|
2023-09-20 10:01:53 -04:00
|
|
|
matter = "0.1.0-alpha4"
|
2024-05-20 10:06:01 +01:00
|
|
|
mdbook = "0.4.40"
|
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-05-28 10:26:34 +01:00
|
|
|
serde = "1.0.203"
|
2024-05-13 10:28:26 +01:00
|
|
|
serde_json = "1.0.117"
|
2023-11-29 10:39:24 -05:00
|
|
|
serde_yaml = "0.9"
|