aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e7474e..73c92ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,4 +46,3 @@ hyperlocal = { version = "0.8", features = ["server"] }
[dev-dependencies]
tempdir = "0.3.7"
-serde_derive = "1.0"