diff --git a/Cargo.toml b/Cargo.toml index 8aca669a..0f14eb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"