Files
100-exercises-to-learn-rust/helpers/mdbook-exercise-linker/Cargo.toml
Guillaume Desmottes f4cc4842ec update to mdbook 0.5
2026-05-26 16:19:55 +02:00

12 lines
199 B
TOML

[package]
name = "mdbook-exercise-linker"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.100"
clap = "4.5.50"
mdbook-preprocessor = "0.5.3"
semver = "1.0.27"
serde_json = "1.0.145"