Skip to content

Commit

Permalink
chore(uid-mux): 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 55cc4b0 commit 45370cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions uid-mux/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "uid-mux"
version = "0.1.0"
authors = ["TLSNotary Team"]
description = "Async multiplexing library."
keywords = ["multiplex", "channel", "futures", "async"]
authors = ["TLSNotary Contributors"]
description = "Async multiplexing library with user provided stream ids."
keywords = ["multiplex", "futures", "async"]
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tlsnotary/tlsn-utils"
edition = "2021"

[features]
Expand All @@ -22,7 +23,7 @@ tracing = { workspace = true, optional = true }
yamux = "0.13"
blake3 = "1.5"
hex = "0.4"
serio = { workspace = true, optional = true }
serio = { version = "0.1", path = "../serio", optional = true }
tokio-util = { version = "0.7", features = ["compat"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 45370cc

Please sign in to comment.