diff options
Diffstat (limited to '')
-rw-r--r-- | rust/Cargo.toml | 2 |
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" |