Skip to content

Commit

Permalink
pub websocket client
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed May 5, 2024
1 parent 8b2c91b commit c7999fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aper-websocket-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "aper-websocket-client"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
publish = false
repository = "https://github.com/drifting-in-space/aper"
description = "Synchronized state machines over WebSockets"
license = "MIT"
readme = "../README.md"

[dependencies]
anyhow = "1.0.62"
Expand Down

0 comments on commit c7999fe

Please sign in to comment.