We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875380d commit 63b33cbCopy full SHA for 63b33cb
1 file changed
Cargo.toml
@@ -1,6 +1,11 @@
1
[package]
2
+authors = ["Jose Celano <josecelano@gmail.com>", "Cameron Garnham <me@da2ce7.com>"]
3
+description = "A Bencoded to JSON converter library and console app with no intermediary in-memory structure."
4
edition = "2021"
5
+exclude = [".*", "cSpell.json", "rustfmt.toml"]
6
+license = "LGPL-3.0"
7
name = "bencode2json"
8
+repository = "https://github.com/torrust/bencode2json"
9
version = "0.1.0"
10
11
[workspace]
0 commit comments