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]
|
2024-12-01 23:05:18 +02:00
|
|
|
anyhow = "1.0.93"
|
|
|
|
clap = "4.5.21"
|
2024-06-25 12:19:18 +02:00
|
|
|
lazy_static = "1.5"
|
2024-07-01 12:54:41 +02:00
|
|
|
log = "0.4.22"
|
2023-09-20 16:01:53 +02:00
|
|
|
matter = "0.1.0-alpha4"
|
2024-12-01 23:05:18 +02:00
|
|
|
mdbook = "0.4.43"
|
2023-11-20 16:26:19 +02:00
|
|
|
pretty_env_logger = "0.5.0"
|
2024-10-01 15:00:01 +02:00
|
|
|
regex = "1.11"
|
2024-12-01 23:05:18 +02:00
|
|
|
serde = "1.0.215"
|
|
|
|
serde_json = "1.0.133"
|
2023-11-29 17:39:24 +02:00
|
|
|
serde_yaml = "0.9"
|