[package] name = "mdbook-shell" version = "0.1.0" edition = "2021" license-file = "LICENSE.txt" description = "mbbook-starter" [preprocessor.svgbob2] font_size = "14" font_family = "monospace" fill_color = "black" background = "transparent" stroke_color = "var(--fg)" # variable from the mdbook css files stroke_width = "2.0" scale = "8.0" enhance_circuitries = "true" include_backdrop = "true" include_styles = "true" include_defs = "true" merge_line_with_shapes = "false" # this is a non-svgbob custom setting font_color = "var(--fg)" [dependencies] mdbook-svgbob2 = "0.3.0"