mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
trim leading whitespace from code snippets
This commit is contained in:
11
snippets-processor/Cargo.toml
Normal file
11
snippets-processor/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "mdbook-snippets"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "4.4.7"
|
||||
mdbook = "0.4.35"
|
||||
serde_json = "1.0.108"
|
||||
Reference in New Issue
Block a user