diff options
author | Cara Salter <cara@devcara.com> | 2022-04-07 11:30:57 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-04-07 11:31:23 -0400 |
commit | e7cf09322988983b6a0f05116af92e538dbd391c (patch) | |
tree | 3ae6fcb7297e33b90add3120ee8e5a2f7843b06b /Cargo.toml | |
parent | 716f68afd8fd3db5c0285939840a3adee04dc0dc (diff) | |
download | site-e7cf09322988983b6a0f05116af92e538dbd391c.tar.gz site-e7cf09322988983b6a0f05116af92e538dbd391c.zip |
templates: Initial h-card and h-entry support
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "site" -version = "0.1.0" +version = "0.2.0" edition = "2021" build = "src/build.rs" |