File tree 3 files changed +18
-3
lines changed
rsocket-transport-websocket
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ name = "rsocket_rust_transport_tcp"
3
3
version = " 0.5.0"
4
4
authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
5
5
edition = " 2018"
6
+ license = " Apache-2.0"
7
+ readme = " README.md"
8
+ repository = " https://github.com/rsocket/rsocket-rust"
9
+ homepage = " https://github.com/rsocket/rsocket-rust"
10
+ description = " TCP RSocket transport implementation."
6
11
7
12
[dependencies ]
8
13
log = " 0.4.8"
9
14
futures = " 0.3.4"
10
15
bytes = " 0.5.4"
11
- rsocket_rust = { path = " ../rsocket " , features = [" frame" ] }
16
+ rsocket_rust = { version = " 0.5.0 " , features = [" frame" ] }
12
17
13
18
[dependencies .tokio ]
14
19
version = " 0.2.11"
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name = "rsocket_rust_transport_wasm"
3
3
version = " 0.5.0"
4
4
authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
5
5
edition = " 2018"
6
+ license = " Apache-2.0"
7
+ readme = " README.md"
8
+ repository = " https://github.com/rsocket/rsocket-rust"
9
+ homepage = " https://github.com/rsocket/rsocket-rust"
10
+ description = " WASM Websocket RSocket transport implementation."
6
11
7
12
[dependencies ]
8
13
bytes = " 0.5.4"
@@ -12,7 +17,7 @@ futures-util = "0.3.4"
12
17
js-sys = " 0.3.35"
13
18
serde = " 1.0.104"
14
19
serde_derive = " 1.0.104"
15
- rsocket_rust = { path = " ../rsocket " , features = [" frame" ] }
20
+ rsocket_rust = { version = " 0.5.0 " , features = [" frame" ] }
16
21
17
22
[dependencies .wasm-bindgen ]
18
23
version = " 0.2.58"
Original file line number Diff line number Diff line change @@ -3,10 +3,15 @@ name = "rsocket_rust_transport_websocket"
3
3
version = " 0.5.0"
4
4
authors = [" Jeffsky <jjeffcaii@outlook.com>" ]
5
5
edition = " 2018"
6
+ license = " Apache-2.0"
7
+ readme = " README.md"
8
+ repository = " https://github.com/rsocket/rsocket-rust"
9
+ homepage = " https://github.com/rsocket/rsocket-rust"
10
+ description = " Websocket RSocket transport implementation."
6
11
7
12
[dependencies ]
8
13
log = " 0.4.8"
9
- rsocket_rust = { path = " ../rsocket " , features = [" frame" ] }
14
+ rsocket_rust = { version = " 0.5.0 " , features = [" frame" ] }
10
15
futures = " 0.3.4"
11
16
bytes = " 0.5.4"
12
17
url = " 2.1.1"
You can’t perform that action at this time.
0 commit comments