mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 14:27:50 +02:00
8b863c0446
This fixes a low-criticality vulnerability in `atty` (on Windows): https://github.com/advisories/GHSA-g98v-hv3f-hcfr I only updated the dependencies here which didn’t require code changes.
16 lines
450 B
TOML
16 lines
450 B
TOML
[package]
|
|
name = "mdbook-exerciser"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Walbran <qwandor@google.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/google/comprehensive-rust"
|
|
description = "A tool for extracting starter code for exercises from Markdown files."
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
log = "0.4.17"
|
|
mdbook = "0.4.25"
|
|
pretty_env_logger = "0.5.0"
|
|
pulldown-cmark = { version = "0.9.2", default-features = false }
|