File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Torrust Serde Bencode
1+ # Serde Bencode
22
3- [](https://github.com/torrust/torrust-serde-bencode/actions/workflows/checking.yml) [](https://github.com/torrust/torrust-serde-bencode/actions/workflows/formatting.yml) [](https://github.com/torrust/torrust-serde-bencode/actions/workflows/testing.yaml) [](https://github.com/torrust/torrust-serde-bencode/actions/workflows/benchmarking.yml) [](https://github.com/torrust/torrust-serde-bencode/actions/workflows/coverage.yaml) [](https://crates.io/crates/serde_bencode) [](https://docs.rs/serde_bencode)
3+ [](https://github.com/toby/serde-bencode/actions/workflows/checking.yml) [](https://github.com/toby/serde-bencode/actions/workflows/formatting.yml) [](https://github.com/toby/serde-bencode/actions/workflows/testing.yaml) [](https://github.com/toby/serde-bencode/actions/workflows/benchmarking.yml) [](https://github.com/toby/serde-bencode/actions/workflows/coverage.yaml) [](https://crates.io/crates/serde_bencode) [](https://docs.rs/serde_bencode)
44
55A [ Serde] ( https://github.com/serde-rs/serde ) backed [ Bencode] ( https://en.wikipedia.org/wiki/Bencode )
66encoding/decoding library for Rust.
@@ -11,7 +11,7 @@ Add the following to your `Cargo.toml`:
1111
1212``` toml
1313[dependencies ]
14- torrust-serde-bencode = " ^0.2.4"
14+ serde_bencode = " ^0.2.4"
1515serde = " ^1.0.0"
1616serde_derive = " ^1.0.0"
1717```
You can’t perform that action at this time.
0 commit comments