summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-11-27 12:58:34 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-11-27 12:58:34 +0100
commitfa3e9812524fb2322adb181b01852f61980b3fe0 (patch)
tree14a7cfbca7c342912913039b1c9cfc38b71057ab /Cargo.toml
parenta2770c67fa450598d8420b3a4b5243969ecdd251 (diff)
Implement putting in a text block and fetching it again
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7da53ef..ddfc31c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,3 +41,4 @@ ed25519-dalek = "*"
http = "0.2"
serde = "1"
serde_json = "1"
+getset = "0.1"