mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 22:04:21 +01:00
12 lines
240 B
TOML
12 lines
240 B
TOML
[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"
|