embed-src 3.1.1

Embed source files into any text file
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "embed-src"
version = "3.1.1"
edition = "2021"
description = "Embed source files into any text file"
license = "Apache-2.0"
repository = "https://github.com/urmzd/embed-src"

[dependencies]
clap = { version = "4", features = ["derive"] }
regex = "1"