Skip to content

Commit 63b33cb

Browse files
committed
chore: add mandatory package attributes
to publih the crate.
1 parent 875380d commit 63b33cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[package]
2+
authors = ["Jose Celano <[email protected]>", "Cameron Garnham <[email protected]>"]
3+
description = "A Bencoded to JSON converter library and console app with no intermediary in-memory structure."
24
edition = "2021"
5+
exclude = [".*", "cSpell.json", "rustfmt.toml"]
6+
license = "LGPL-3.0"
37
name = "bencode2json"
8+
repository = "https://github.com/torrust/bencode2json"
49
version = "0.1.0"
510

611
[workspace]

0 commit comments

Comments
 (0)