Skip to content

Commit d9750bc

Browse files
committed
fixed manifest
1 parent 0395a8f commit d9750bc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "codee"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Marc-Stefan Cassola"]
6+
categories = ["encoding"]
7+
description = "Easy and flexible way of encoding and decoding data into either strings or bytes"
8+
exclude = ["examples/", "tests/"]
9+
keywords = ["codec", "utilities", "serialization", "deserialization"]
10+
license = "MIT OR Apache-2.0"
11+
readme = "README.md"
12+
repository = "https://github.com/Synphonyte/codee"
513

614
[dependencies]
715
base64 = { version = "0.21", optional = true }

0 commit comments

Comments
 (0)