aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2023-01-03 15:24:26 -0700
committercurly <curlybryce@protonmail.com>2023-01-03 15:24:26 -0700
commit5e28d9549b6e66882ed5b7b5aba7453c11f9f28f (patch)
tree66b326ed8a625aa12e7b4fc390b394cd7d3e1e69 /Cargo.lock
parent6c3ab59c9acdc9528786993f47d225358e8b951a (diff)
downloads3g-5e28d9549b6e66882ed5b7b5aba7453c11f9f28f.tar.gz
s3g-5e28d9549b6e66882ed5b7b5aba7453c11f9f28f.tar.bz2
s3g-5e28d9549b6e66882ed5b7b5aba7453c11f9f28f.zip
hardcoded, but functional
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e8c46fd..c73bf2f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,19 +3,19 @@
version = 3
[[package]]
-name = "serde"
-version = "1.0.152"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
-
-[[package]]
-name = "simple_static_site_generator"
+name = "s3g"
version = "0.1.0"
dependencies = [
"toml",
]
[[package]]
+name = "serde"
+version = "1.0.152"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
+
+[[package]]
name = "toml"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"