From 541f983def407f1f2a3ebed859e37d9f00c83111 Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:05 +0200 Subject: Initial commit --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ebaf72c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "skaldpress" +version = "0.1.0" +edition = "2021" +default-run = "skaldpress" + +[dependencies] +markdown = "1.0.0-alpha.20" + +[[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" -- cgit v1.2.3