rsocket / rsocket-rust

RSocket Rust Implementation using Tokio
Apache License 2.0
209 stars 19 forks source link

correct rsocket_rust dependencies path #59

Closed huahouye closed 1 year ago

huahouye commented 2 years ago

correct rsocket_rust dependencies path.

Motivation:

then can specify a certain commit in dependencies in Cargo.toml for other project.

[dependencies]
rsocket_rust = { git = "https://github.com/huahouye/rsocket-rust.git", rev = "a0b180b" }