Skip to content

Commit

Permalink
fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Jul 6, 2024
1 parent 0395a8f commit d9750bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "codee"
version = "0.1.0"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["encoding"]
description = "Easy and flexible way of encoding and decoding data into either strings or bytes"
exclude = ["examples/", "tests/"]
keywords = ["codec", "utilities", "serialization", "deserialization"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Synphonyte/codee"

[dependencies]
base64 = { version = "0.21", optional = true }
Expand Down

0 comments on commit d9750bc

Please sign in to comment.