Skip to content

Commit

Permalink
add some readme stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Apr 19, 2024
1 parent 2c9d0ab commit 5264ff0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stateroom-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4.1.6", features = ["derive"] }
fs_extra = "1.2.0"
serde = { version = "1.0.127", features = ["derive"] }
stateroom = { path="../stateroom", version="0.2.8" }
stateroom-server = { path="../stateroom-server", version="0.2.8" }
stateroom-server = { path="../stateroom-server", version="0.3.0" }
stateroom-stdio = { path="../stateroom-stdio", version="0.2.8" }
stateroom-wasm-host = { path="../stateroom-wasm-host", version="0.2.8" }
toml = "0.8.12"
Expand Down
7 changes: 6 additions & 1 deletion stateroom-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "stateroom-server"
version = "0.2.8"
version = "0.3.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/drifting-in-space/stateroom"
license = "MIT OR Apache-2.0"
keywords = ["websocket"]
description = "Server for Stateroom services over WebSockets"

[dependencies]
axum = { version = "0.7.5", features = ["ws"] }
Expand Down

0 comments on commit 5264ff0

Please sign in to comment.