diff options
author | curly <curlybryce@protonmail.com> | 2023-01-03 15:24:26 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-01-03 15:24:26 -0700 |
commit | 5e28d9549b6e66882ed5b7b5aba7453c11f9f28f (patch) | |
tree | 66b326ed8a625aa12e7b4fc390b394cd7d3e1e69 /Cargo.toml | |
parent | 6c3ab59c9acdc9528786993f47d225358e8b951a (diff) | |
download | s3g-5e28d9549b6e66882ed5b7b5aba7453c11f9f28f.tar.gz s3g-5e28d9549b6e66882ed5b7b5aba7453c11f9f28f.tar.bz2 s3g-5e28d9549b6e66882ed5b7b5aba7453c11f9f28f.zip |
hardcoded, but functional
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "simple_static_site_generator" +name = "s3g" version = "0.1.0" edition = "2021" |