diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-28 12:26:59 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-28 12:29:07 +0200 |
commit | 3433e3dda8917fe02b3b225d5e2829d0ec64946e (patch) | |
tree | ea5cb9bbcd475baf3d350c616857a09d56518a11 /Cargo.toml | |
parent | d050c761c0940397b5808934937a8d5e13e670d4 (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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,4 +46,3 @@ hyperlocal = { version = "0.8", features = ["server"] } [dev-dependencies] tempdir = "0.3.7" -serde_derive = "1.0" |