diff options
| author | Mike Buland <mike@xagasoft.com> | 2026-06-04 15:41:42 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2026-06-04 15:41:42 -0700 |
| commit | 057bd8cb2d4a1539701d65489fe647b96a538e98 (patch) | |
| tree | 28fad08a8e9f3dbd7d6b1823b36a574b721ab058 /Cargo.toml | |
| download | crimtag-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.toml | 6 |
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] | ||
| 2 | name = "crimtag" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
