summaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-02-06 17:27:02 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2024-02-06 17:27:02 +0100
commitfe476404b4ce134c946d1754d2652461340c1186 (patch)
tree789f9f4fdd656b861e607ebc5ffd7e5c5fbb8deb /rust/Cargo.toml
parentMerge branch 'master' of ssh://ni.sijanec.eu/var/lib/git/sijanec/travnik (diff)
downloadtravnik-fe476404b4ce134c946d1754d2652461340c1186.tar
travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.gz
travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.bz2
travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.lz
travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.xz
travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.zst
travnik-fe476404b4ce134c946d1754d2652461340c1186.zip
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 94d10fe..eea8f89 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bendy = "0.3.3"
+bencode = "0.1.16"
chrono = "0.4.24"
hex = "0.4.3"
sha1 = "0.10.5"