Skip to content

Commit

Permalink
chore(ci/release): move package info at top for version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Jan 19, 2024
1 parent bdc64d6 commit 9b9bc02
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[workspace.package]
version = "0.10.1"
edition = "2021"
rust-version = "1.67.0"
authors = ["Théodore Prévot <"]
repository = "https://github.com/totodore/socketioxide"
homepage = "https://github.com/totodore/socketioxide"
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
categories = [
"asynchronous",
"network-programming",
"web-programming::websocket",
]
license = "MIT"

[workspace]
members = ["engineioxide", "socketioxide", "e2e/*", "examples/*"]
resolver = "2"
Expand Down Expand Up @@ -25,18 +40,3 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
axum = "0.7.2"
salvo = { version = "0.65.0", features = ["tower-compat"] }
rust_socketio = { version = "0.4.2", features = ["async"] }

[workspace.package]
version = "0.10.1"
edition = "2021"
rust-version = "1.67.0"
authors = ["Théodore Prévot <"]
repository = "https://github.com/totodore/socketioxide"
homepage = "https://github.com/totodore/socketioxide"
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
categories = [
"asynchronous",
"network-programming",
"web-programming::websocket",
]
license = "MIT"

0 comments on commit 9b9bc02

Please sign in to comment.