md-include 0.1.0

A tool to include any file in markdown files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "md-include"
version = "0.1.0"
edition = "2021"
authors = ["Julie Cobular"]
description = "A tool to include any file in markdown files"
license = "MIT"
homepage = "https://github.com/cobular/md-include"
repository = "https://github.com/cobular/md-include"
keywords = ["markdown", "include", "file"]
categories = ["text-processing", "command-line-utilities", "development-tools", "text-processing"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
glob = "0.3.1"
tera = "1"