aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-28 12:26:59 +0200
committerMartin Fischer <martin@push-f.com>2022-10-28 12:29:07 +0200
commit3433e3dda8917fe02b3b225d5e2829d0ec64946e (patch)
treeea5cb9bbcd475baf3d350c616857a09d56518a11 /Cargo.lock
parentd050c761c0940397b5808934937a8d5e13e670d4 (diff)
drop gitpad.decode_toml Lua function
The function made sense when we had Lua shebangs but now that they have been removed, the function doesn't make much sense anymore.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c53e499..28a2416 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,6 @@ dependencies = [
"pulldown-cmark",
"rlua",
"serde",
- "serde_derive",
"sputnik",
"tempdir",
"tokio",