Joylei / eip-rs

rseip - EIP&CIP client in pure Rust, for generic CIP and AB PLC
MIT License
47 stars 6 forks source link

How to know which version of tokio should be used. #12

Closed wotori closed 1 year ago

wotori commented 1 year ago

Have just tried your library, stuck with setting up the dependencies, which tokio should be used? Would be cool to have examples that can be run out of the box

wotori commented 1 year ago

would be nice to add smth like that to the doc as needed dependencies for examples at least anyhow = "1.0.69" tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] }

Joylei commented 1 year ago

You do not need to know the exactly version used. The major version will work.