summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-06-04 15:41:42 -0700
committerMike Buland <mike@xagasoft.com>2026-06-04 15:41:42 -0700
commit057bd8cb2d4a1539701d65489fe647b96a538e98 (patch)
tree28fad08a8e9f3dbd7d6b1823b36a574b721ab058 /Cargo.toml
downloadcrimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.tar.gz
crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.tar.bz2
crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.tar.xz
crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.zip
Start of my new templating library.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..ee022ca
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2name = "crimtag"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]