summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 433441018589074578b2965d126c9a04569f776c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "skaldpress"
version = "0.1.0"
edition = "2021"
default-run = "skaldpress"

[features]
default = ["time"]
time = ["dep:chrono"]

[dependencies]
markdown = { version = "1.0.0-alpha.20" }
chrono = { version = "0.4.38", optional = true }

[[bin]]
name = "skaldpress"
path = "src/skaldpress/main.rs"

# Skaldpress Macro Processor
# Skaldpress Macro Processor (SMP) is a powerful tool in your arsenal, capable of handling all your text processing and macro needs with precision and strength.
[[bin]]
name = "smp"
path = "src/macro_processor/main.rs"