Skip to content

Commit

Permalink
Update version (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: spencerjibz <[email protected]>
  • Loading branch information
github-actions[bot] and spencerjibz authored Nov 3, 2023
1 parent f86a87f commit 119ad8c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@ name = "async-event-emitter"
version = "0.1.1"
edition = "2021"
description = "Lightweight AsyncEventEmitter"
authors = ["Spencer Najib","Dylan Kerler"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
keywords = ["event-emitter","tokio","async-rust", "futures","bincode"]
authors = [ "Spencer Najib", "Dylan Kerler" ]
keywords = [ "event-emitter", "tokio", "async-rust", "futures", "bincode" ]
license = "MIT"
repository = "https://github.com/spencerjibz/async-event-emitter-rs"
homepage = "https://github.com/spencerjibz/async-event-emitter-rs"
categories = [
"asynchronous","event-emitters",'web-like'
]
categories = [ "asynchronous", "event-emitters", "web-like" ]
readme = "./README.md"

[dependencies]
anyhow = "1.0.75"
bincode = "1.3.3"
futures = "0.3.29"
lazy_static = "1.4.0"
tokio-test = "0.4.3"
[dependencies.serde]
version = "1.0.190"
features = [ "derive" ]

[dependencies.tokio]
version = "1.33.0"
features = [ "full" ]
[dependencies.serde]
version = "1.0.190"
features = [ "derive" ]

[dependencies.tokio]
version = "1.33.0"
features = [ "full" ]

[dependencies.uuid]
version = "1.5.0"
features = [ "v4" ]
[dependencies.uuid]
version = "1.5.0"
features = [ "v4" ]

0 comments on commit 119ad8c

Please sign in to comment.