Skip to content

Commit

Permalink
chore(serio): release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 committed Jun 24, 2024
1 parent f8d4533 commit 55cc4b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions serio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "serio"
version = "0.1.0"
edition = "2021"
authors = ["TLSNotary Contributors"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tlsnotary/tlsn-utils"
description = """
A library providing traits and utilities for typed IO using format agnostic serialization built on serde.
"""
categories = ["asynchronous", "network-programming"]
keywords = ["io", "async", "futures", "serde"]

[features]
default = ["compat", "channel", "codec", "bincode"]
Expand Down

0 comments on commit 55cc4b0

Please sign in to comment.